Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extracting an XML file to CSV or DBF
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01107438
Message ID:
01107858
Vues:
20
Hi,

>What woult he corresponding code in VFP be ?

Just using MSXML, something like:
oSource = CREATEOBJECT("Msxml2.DOMDocument")
oSource.Async = .f.
oSource.Load("filename.xml")

oXSL = CREATEOBJECT("Msxml2.DOMDocument")
oXSL.Async = .f.
oXSL.Load("filename.xsl")

lcResult = oSource.TransformNode(oXSL)
HTH,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform