Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DomDocument Properties
Message
From
04/09/2008 17:06:03
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
DomDocument Properties
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344972
Message ID:
01344972
Views:
68
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
Next
Reply
Map
View

Click here to load this message in the networking platform