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

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]


_______________________________________________
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

Reply via email to