Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XML schema
Message
 
To
21/03/2004 15:30:43
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00888315
Message ID:
00888362
Views:
8
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform