Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add tables to an xmladapter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Add tables to an xmladapter
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01021116
Message ID:
01021116
Vues:
74
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform