Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML with schema inside
Message
From
29/05/2003 21:57:45
 
 
To
27/05/2003 17:57:41
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00793290
Message ID:
00794336
Views:
9
Dean:

Use cursortoxml("SOMETABLE","C:\TEMP\myXMLFile.xml", 1, 512, 0, "xml.xsd", "c:\ed\xml.xsd") to construct a schema with the properties of the table you wish to emulate. Then cut and paste the reference into the xml file. If you have to change the original xml on the fly, use strtran() with filetostr() and use the resulting string in xmltocursor().

Luke
Previous
Reply
Map
View

Click here to load this message in the networking platform