Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLAdapter
Message
From
01/07/2003 13:25:22
 
 
To
01/07/2003 02:47:40
Matthias Will
BiCON Systemtechnik GmbH
Karlsruhe, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00802361
Message ID:
00805754
Views:
33
>Hello Pamela,
>
>thanks for your reply. I just tried a xml-file, which I normally import manually but it couldn't be parsed by XmlAdapters LoadXml() while MSXML4 did. I'll have to look for limitations of MSXML3 vs. MSXML4 now. Let's see. I just wondered because all examples I've seen so far for Xmladapter-class were dataset-xml.
>
>Best Regards
>Matthias Will

Hi Pamela and Matthias,

1) XMLAdapter uses MSXML4 (not MSXML3).
2) VFP help says the following:
Using the XMLAdapter class, you can perform the following tasks: 

Interpret the following schema formats when you use the XMLAdapter LoadXML and Attach methods.: 
W3C XML Schemas (XS), W3C XML Schemas (XS) as used with .NET DataSets and SQL-XML 
Microsoft XML Data Reduced Schema (XDR) as implemented by SQL-XML 
ADO Recordset Schemas 
But it is possible to describe schema manually by populating XMLAdapter.Tables collection.

3) XMLAdapter emits XML only in .NET DataSet format.

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform