Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP load this XML into a cursor?
Message
From
01/11/2005 12:41:24
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Can VFP load this XML into a cursor?
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01064105
Message ID:
01064105
Views:
78
I have an XML file with the following format:
<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
	xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
	xmlns:rs='urn:schemas-microsoft-com:rowset'
	xmlns:z='#RowsetSchema'>
<rs:data>
<z:row Field1='Field1' Field2='Field2' Field3='Field3' Field4='Field4' />
</rs:data>
</xml>
Can VFP load this into a cursor showing one row and four fields? I've tried XMLTOCURSOR() and XMLADAPTER but neither can produce the results I need.

TIA

Mike
Next
Reply
Map
View

Click here to load this message in the networking platform