Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML To Tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Divers
Thread ID:
01528731
Message ID:
01528935
Vues:
94
Sergey,

I'm trying this:
oXA = CREATEOBJECT("XmlAdapter")
oXA.RespectNesting = .T.
oXA.LoadXML(FileName ,.T.)

FOR i = 1 TO oXA.Tables.Count
	oXA.Tables(i).Tocursor()
ENDFOR

SET
It errors with "This feature requires MSXML4 SP1 or later." I have installed MSXML 6.0 from here http://www.microsoft.com/download/en/details.aspx?id=6276 and it still errors.

Any thoughts?






>>I have an XML document that I need to convert to a set of tables. What's the way to do this?
>
>You can try XmlAdapter http://www.berezniker.com/content/pages/visual-foxpro/using-xmladapter-create-and-load-nested-xml. If XML is to complex for XmlAdapter, XmlDom will be the next step.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform