Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with XML schema
Message
De
21/03/2004 15:30:43
 
 
À
21/03/2004 15:13:27
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00888315
Message ID:
00888318
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform