Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml
Message
 
 
À
24/08/2010 12:58:33
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Re: Xml
Divers
Thread ID:
01478130
Message ID:
01478177
Vues:
50
>>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,

It didn't work for me. 4 of the tables gave errors and the result from 4 others didn't seem correct to me.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform