Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Documentation on 3-tier development
Message
 
To
27/12/2004 16:43:30
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00971820
Message ID:
00972477
Views:
14
>Thanks Paul. I'll definitely take a look at this.
>
>I'm surprised that XMLAdapter and XMLToCursor() was built around the XMLDOM parser and not the SAX parser.
>
>Is processing time the same or better with small XML result sets?
>

I'm not sure - I didn't do much in the way of testing for smaller sets. I do use XMLTOCURSOR for other chunks of XML in this application, just because it's much simpler to implement (and performace was OK for the string sizes returned).

One thing to be aware of: the SAX processor basically streams the XML; you can't go back and forth like in the XMLDOM (or move randomly around).
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform