Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing XML without a schema
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00948278
Message ID:
00948297
Views:
14
Bob

You can manually create an XML DOMDocument object, and browse through the XML nodes using SelectNodes or SelectSingleNode...It's a little tedious, but you have complete control over the XML string.

HTH
Jaime

>I need to parse an XML file with VFP7 and convert it to a table. The file is heavily laden with attributes which are ignored by XMLTOCURSOR(). What is the general strategy for parsing such a file? Do I need to create a (external?) schema and, if so, will XMLTOCURSOR honor that? Do I have to resort to LLFFs?
>
>I am just getting my feet wet with XML and I want to get started down the right path.
>
>Thanks.
>
>-Bob
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform