Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can anyone see the prob in this XML string?
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00852059
Message ID:
00852079
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform