Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting an XML file to CSV or DBF
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01107438
Message ID:
01107858
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform