Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xml
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Re: Xml
Miscellaneous
Thread ID:
01478130
Message ID:
01478536
Views:
99
>I need to read XML file with complex structure - it has several number of forms.
>XMLTOCURSOR() function failed with errror 2120 - Unable to infer XML schema.
>Please,Help!!!!


>I need to read XML file with complex structure - it has several number of forms.
>XMLTOCURSOR() function failed with errror 2120 - Unable to infer XML schema.
>Please,Help!!!!

XmlToCursor is not designed to read deeply nested XML. You can MAYBE shoehorn XMLAdapater to work with this schema you got but it's pretty complex and doesn't really map well to a cursor structure.

You'll probably be better off just manually parsing this document with the XMLDOM and picking out the pieces you actually need to work with...

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform