Search found 2 matches

by cpaine
Fri Oct 27, 2017 3:14 pm
Forum: Other Issues
Topic: XPATH question
Replies: 3
Views: 2036

Re: XPATH question

You are right I was not clear in my description. I would like to search for a certain value of a property name and extract the result of that uiValue only: So, if: <ns0:properties name="propName" uiValue="12"> Using something like the following I can't get to work? If I search wi...
by cpaine
Thu Oct 26, 2017 10:48 pm
Forum: Other Issues
Topic: XPATH question
Replies: 3
Views: 2036

XPATH question

With this xml:
<ns0:properties name="propName" uiValue="12">

I want to search for the @name attribute but extract the uiValue? :?: