Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Re: Xml
Divers
Thread ID:
01478130
Message ID:
01478536
Vues:
98
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform