Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLAdapter Code Examples
Message
 
 
To
19/09/2006 18:30:59
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01131922
Message ID:
01155321
Views:
23
Jim,

You can try to build an XSD using Microsoft XSD Inference 1.0 from http://www.gotdotnet.com/team/xmltools/
Check also Re: Import nested table Message #1150460

>And what if no schema are loaded? I have a test file of something that I am now receiving every day, and it looks like all data, no schema. How do I proceed?

>>The XMLAdapter will create XMLtables for you if XML you loaded has schema. You can conver them to cursors
>>oXA.LoadXML(...)
>>FOR i=1 TO oXA.Tables.Count
>>	oXA.Tables(i).Tocursor()
>>ENDFOR
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform