Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add tables to an xmladapter
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Add tables to an xmladapter
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01021116
Message ID:
01021116
Views:
75
Ok, I have the schema (XSD) file I what to create the xmladapter objet
oxa = Newobject('XMLAdapter')

*!* add the schema to this adapter 
cSchema = “c:\PO.xsd”

oxa.XMLSchemaLocation=Alltrim(cSchema)

*!* so far so good
How do I populate data so I can use the TOXML() method to create my xml file

Please help

Bernardo
B.D.H.
Reply
Map
View

Click here to load this message in the networking platform