Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor2XML and XML2Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00559626
Message ID:
00581765
Views:
34
>Doubtful. VFP's internal XML parsing is blazing fast. I'm not sure if they're using MSXML or not internally, but if they are they are low level early binding to it, which will be much faster than anything we can do with the late bound MSXML objects.

FYI, you can early bind in VFP7 with CreateObjectEx(). There is an example in the VFP7 help file. I'm surprised more folks aren't using it.
oXML = CreateObjectEx("Microsoft.XMLDOM","", "")
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform