Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing XML
Message
De
25/01/2007 09:34:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Parsing XML
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01189130
Message ID:
01189130
Vues:
59
Hi,

I'm attempting to read in an XML file that is created by Microsoft's SQL Server Reporting Services export to XML function.

This code is what I have tried:
m.loDom = CREATEOBJECT('MSXML2.DomDocument.4.0')
m.loDOM.loadXML(GETFILE("XML"))
?m.loDom.xml
but I get nothing displayed on the screen. loDom.xml shows up as empty in the debugger too.

How do I upload the XML file I am trying to import?

Is it that the XML is invalid?

FWIW I tried reading it in using the XML Adapter, but got the message that the schema was too complex.

If anybody has any ideas how I can take this file and get its data into a VFP cursor, I would appreciate it.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform