Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLToCursor() very long
Message
From
01/04/2004 09:09:50
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00890187
Message ID:
00891462
Views:
22
>... the right way would probably be to write a SAX handler rather than going through the DOM.
>
>XMLAdapter is supposed to be a lot faster than XMLToCursor() (I haven't personally tested) I don't know whether they used SAX or just did the string handling manually).

It looks like SAX makes a lot a sense when it comes to load big quantities of data as is basically scans thru to the xml stream looking for tags to handle. No need to feed a big DOM tree into ram...

I'm currently investigating SAX for an application. Are there pointers on SAX resources for VFP?

François
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform