massive xml docs

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Feb 9 03:06:32 EST 2006


On 2/9/06 9:15 AM, "Ken Ray" <kray at sonsothunder.com> 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...

So it sounds like a SAX in fact. Right ?

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]





More information about the use-livecode mailing list