system
August 5, 2009, 6:05pm
1
(imported topic written by SystemAdmin)
below is whats returned from the Relevance debugger
Q: selects “ns:SiteLists/SiteList/SpipeSite” of xml document of file (name of drive of windows folder & “\Documents and Settings\All Users\Application Data\McAfee\Common Framework\ServerSiteList.xml”) as xml
A: Software
is there a way to get
attribute “Server”
attribute “ServerIP”
attribute “ServerName”
attribute “Type”
just one at a time
…
system
August 5, 2009, 7:20pm
2
(imported comment written by Jim23)
Yes. You can use the “attributes” of a “child dom node” property.
attributes of select “ns:SiteLists/SiteList/SpipeSite” of xml document of file (“c:\ServerSiteList.xml”) as xml
or
attribute 1 of select “ns:SiteLists/SiteList/SpipeSite” of xml document of file (“c:\ServerSiteList.xml”) as xml
attribute 2 of select “ns:SiteLists/SiteList/SpipeSite” of xml document of file (“c:\ServerSiteList.xml”) as xml
system
August 5, 2009, 7:22pm
3
(imported comment written by SystemAdmin)
AWSOME… thank You that works great…
I wanted to put each of these in a Analysis…
Thank Again