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.

I wonder...

Todd

--

Todd Geist
______________________________________
g e i s t   i n t e r a c t i v e

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to