Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML to DBF
Message
 
 
À
25/10/2010 16:00:25
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Divers
Thread ID:
01486912
Message ID:
01486962
Vues:
83
Each XML has its own schema. The XMLTOCURSOR() is designed to process simple XML created by CURSORTOXML() or similar to it. You can consider upgrading to VFP9 and using XmlAdapter that can process more complex XML. Still it's limited capabilities. It also requires XML schema in order to convert XML into VFP cursor(s). As last resort you can use XmlDom to parse any XML.


>I am trying to convert XML to DBF using XMLTOCURSOR( ) function like:
> XMLTOCURSOR("12345.xml","Test",512 )
>when I open test cursor it has one field "index" with 3 empty records.
>
>Several years ago I was able to convert data no problem. Is it a new XML format, do I need to upgrade to VFP 9?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform