Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with XML schema
Message
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00888315
Message ID:
00888362
Vues:
9
Michael, I have been using the XMLAdapter for this:

loXMLAdapter = CREATEOBJECT("XMLAdapter")
loXMLAdapter.AddTableSchema(ALIAS())
ll_IncludeBefore = .T.
ll_ChangesOnly = .T.
ll_IsFile = .F.
lc_SchemaLocation = ""
loXMLAdapter.UTF8Encoded = .t.
loXMLAdapter.IsDiffgram = .f.
loXMLAdapter.ToXML("lc_XML", lc_SchemaLocation, ll_IsFile, ll_IncludeBefore, ll_ChangesOnly)

The lc_XML thus created has the schema embedded at the start of the XML.

Chris Palmer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform