A good place to start is by navigating through the top levels of the document
q: (node names of it, node names of child nodes of it) of xpaths "/" of xml documents of files "c:\temp\test.xml"
A: #document, xml
A: #document, SVMInventory
T: 5.583 ms
I: plural ( string, string )
q: (node names of it, node names of child nodes of it) of xpaths "/SVMInventory" of xml documents of files "c:\temp\test.xml"
A: SVMInventory, OperatingSystem
A: SVMInventory, System
A: SVMInventory, Device
A: SVMInventory, Device
…
If I’m reading correctly, you want the ‘display’ attributes of only the <Application>
nodes beneath a <Device>
node? That should be something like
q: (node values of attributes "display" of it) of xpaths "/SVMInventory/Device/Application" of xml documents of files "c:\temp\test.xml"
A: Intel(R) Iris(R) Xe Graphics Driver
A: Intel(R) USB 3.20 eXtensible Host Controller - 1.20 (Microsoft) Driver
A: Intel(R) Wi-Fi 6E AX211 160MHz Driver
A: Intel Smart Sound Technology for USB Audio Driver