Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can anyone see the prob in this XML string?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00852059
Message ID:
00852079
Vues:
8
Albert,

I could be wrong here, but I'm thinking that you might need a defined schema for the original XML that you posted that XMLTOCURSOR() can reference in order for it to work properly. I found through a little experimentation that if each row is represented in a row-centric format then it will work:
<?xml version = "1.0" encoding="Windows-1252" standalone="yes"?>
<VFPData>
<row correspondencetype="Client Services"/>
<row correspondencetype="Post Funding"/>
<row correspondencetype="Funding"/>
<row correspondencetype="Work In Progress"/>
<row correspondencetype="Future Care"/>
<row correspondencetype="Meds and Rateups"/>
<row correspondencetype="Initial Documentation"/>
</VFPData>
Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform