XPath in XML with NameSpace
Posted: Wed Jun 26, 2019 2:20 pm
Hi All,
I'm trying to find the right XPath value of a XML file (aatched to this topic). XML is from Quite Impose Plus.
I need to retrieve a couple of values, and at lesat "Height " "Width"
The following Xpath :
give me the full list of items available, but I dind't find the right XPath to get the value of "Width"
I would prefer using the good XPath expression, instead of this (for the "Width" case) :
May some of you could help ?
Thanks a lot for all.
Quite XML file : https://my.pcloud.com/publink/show?code ... lUMJO539pk
I'm trying to find the right XPath value of a XML file (aatched to this topic). XML is from Quite Impose Plus.
I need to retrieve a couple of values, and at lesat "Height " "Width"
The following Xpath :
Code: Select all
//@N
I would prefer using the good XPath expression, instead of this (for the "Width" case) :
Code: Select all
/ns1:QUITEXML[1]/ns1:ITEMS[1]/ns1:DICT[1]/ns1:ITEMS[1]/ns1:DICT[2]/ns1:ITEMS[1]/ns1:DICT[1]/ns1:ITEMS[1]/ns1:F[2]
Thanks a lot for all.
Quite XML file : https://my.pcloud.com/publink/show?code ... lUMJO539pk