(imported topic written by jpeppers91)
Is there a way to query the iLO from this xml file.
(imported comment written by jessewk)
Certainly… but we’ll need to know what information you are looking for and how you would like the output formated? Please post an example of your desired result.
(imported comment written by jpeppers91)
I’m trying to extract the IP address
property name=“IPAddress” caption=“IP Address” value=“10.151.66.70”
I sent a full copy of the xml.
(imported comment written by jessewk)
What do you want the output to look like?
(imported comment written by jessewk)
This will work on the attached file when it is located at c:\devices.xml :
node values of attributes “value” of xpaths "/diagOutput/category/device/structure/property"
whose
(
node value of attribute “name” of it = “IPAddress”
)
of xml document of file “c:\devices.xml”
Result:
10.151.66.70