Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DomDocument Properties
Message
De
04/09/2008 17:06:03
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
DomDocument Properties
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01344972
Message ID:
01344972
Vues:
69
I need a reference to all the properties to the DomDocument object. I have not been able to find one. If I put this in the debugger, I can see the value of Basename:
 _SCREEN.oXMLDoc.documentElement.Basename
But if I put this:
 _SCREEN.oXMLDoc.documentElement
It shows that it is an object, but there is nothing to expand to see other properties. It seems you have to know what they are to access them.
oXMLDoc = CREATEOBJECT('msxml.domdocument')
.
.
.
_SCREEN.oXMLDoc.LOADXML(lcXML)
oXMLDocNodeList = _SCREEN.oXMLDoc.documentElement.childNodes
XMLBaseName = _SCREEN.oXMLDoc.documentElement.Basename
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform