Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Import XML produced by MS-Excel?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00903822
Message ID:
00904099
Views:
32
If you post small XML file maybe somebody can give directoin in processing it.

>It's an XML generated by MS-Excel 2003, I didn't have that version in my PCs (to be true, I don't have any version of MS-Excel)...
>I've try this code:
>
>lcXMLFile = GETFILE("XML")
>IF NOT EMPTY(lcXMLFile)
>  oXMLAdapter = CREATEOBJECT("XMLAdapter")
>  oXMLAdapter.LoadXML(lcXMLFile,.T.)
>  ?oXMLAdapter.Tables.Count && 0!! Non Tables...
>ENDIF
>
>Can anybody confirm if I can´t process this kind of XML? The company who provide this file is not responding :S...
>
>
>>It depends on your XML. The XMLAdapter() is also limited in what kind of XML it can process.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform