Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Re: Xml
Divers
Thread ID:
01478130
Message ID:
01478176
Vues:
58
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform