On 2/8/06 11:26 PM, "Todd Geist" <[EMAIL PROTECTED]> wrote:
> > On Feb 8, 2006, at 9:44 PM, [EMAIL PROTECTED] wrote: > >> You can use revcreatexmltree, and just tell it to not build the dom >> tree/or keep the document in memory, and handle the messages. >> >> revCreateXMLTree(field "XML Data",true,false,true) > > But won't that still choke on something as big as 100MB? If I read it correctly, the answer is "no" - basically, with "true" as the last param, you're telling the DLL to send you a message when it's about to start parsing the tree, when it encounters each node (so you can extract attributes from the node) and when it encounters data for the node. So you write your own code to work with the XML data as it's being parsed... Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
