Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xml
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Re: Xml
Miscellaneous
Thread ID:
01478130
Message ID:
01478176
Views:
59
>Hi Naomi,
>here is the link to file - ftp://ftp.act60.tax.state.vt.us/property_transfer_files/PT20100816_20100822.xml
>and schema -
>http://www.state.vt.us/tax/PTTR-ETM/Vermont-PTTR-Extract.XSD


Hi Tanya,
Your XML what you post could be converted with xml adapter
loXMLAdapter = Createobject("XMLAdapter")
loXMLAdapter.LoadXML(GETFILE("xml"),.t.)

FOR lni=1 TO loXMLAdapter.Tables.Count
 loXMLTable = loXMLAdapter.Tables(lni)
 loXMLTable.ToCursor()
ENDFOR
Denis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform