Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XML schema
Message
From
21/03/2004 15:30:43
 
 
To
21/03/2004 15:13:27
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00888315
Message ID:
00888318
Views:
9
Ok, to obtain a Visual FoxPro compliant version, I have done this at the VB.NET Web Service level:
      lcXMLSchema = loData.GetXmlSchema()
      lcXML = loData.GetXml()

      ' Make all that Visual FoxPro compliant
      lcXMLReturn = "<?xml version=""1.0"" encoding=""utf-16""?><VFPData>"
      lcXMLReturn = lcXMLReturn + lcXMLSchema.Substring(39)
      lcXMLReturn = lcXMLReturn + lcXML.Substring(12, lcXML.Length - 25)
      lcXMLReturn = lcXMLReturn + "</VFPData>"
If someone knows of a better way, I would be happy to know more about it.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform