Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert XML File to VFP table
Message
 
 
To
23/11/2009 20:38:39
Ed Hizon
Skswood Sdn. Bhd
Kuala Belait, Brunei
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01436252
Message ID:
01436290
Views:
102
The XMLTOCURSOR() is designed to process simple XML created by CURSORTOXML() or similar to it. You can consider using XmlAdapter that can process more complex XML. Still it's limited capabilities. It also requires XML schema in order to convert XML into VFP cursor(s). As last resort you can use XmlDom to parse any XML.

>I'm having some difficulties in converting xml file to VFP table. Could you please advise what code I will use.
>
>XMLTOCURSOR(eExpression | cXMLFile [, cCursorName [, nFlags ]])
>
>What eExpression supposed to mean
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform