I am not able to get a value of second attribute based on first attribute.
I try to get value of content attribute. i.e. 4,450 out of following XML:
<meta itemprop="price" content=" 4,450" />
Tried with this XPath: //meta[@itemprop=\"price\"][@content]
But I'm getting output similar to the input XML.