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:
01478150
Vues:
65
>when you follow the link?

The XML is nested, so we need to create many tables from it.

I made a quick try:
LOCAL oXA as XMLAdapter 
oXA = CREATEOBJECT("XmlAdapter")
* The next setting is required to create nested XML 
*
*oXA.XMLSchemaLocation
lcFile = GETFILE('xml')
oXA.LoadXML(m.lcFile,.t.,.t.)

FOR i=1 TO oXA.Tables.Count
	oXA.Tables(i).Tocursor()
ENDFOR
and it didn't give me the satisfactory result, but I think it may be a step in the right direction. Try looking into XMLAdapter class and see, if you can make it work.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform