On 2/9/06 1:32 AM, "Todd Geist" <[EMAIL PROTECTED]> wrote: > > On Feb 8, 2006, at 11:15 PM, Ken Ray wrote: > >> >> 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... > > hmmm... that may be perfect for what I need to do, since I don't need > to parse the whole document, just the parts the user is interested > in. It is unlikely that user will ever need to get at the vast > majority of the data in there.
Yes, and now that I see how this works, I'll add it to my XML Library too... :-) 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
