I have tried using this but didnot work. I also have some prefixes in my XML as shown below: What if there are prefixes involved. How would the Xpath exp be?
Sample Xml
<app:Questions>
<app:Are-You-Pregnant answer="N"/>
<app:Are-You-Male answer="Y"/>
<app:co-current-continue answer="Y"/>...
Hi there,
I have the following sample xml:
<Questions>
<Are-You-Pregnant answer="N"/>
<Are-You-Male answer="Y"/>
<co-current-continue answer="Y"/>
<co-covered-by-medicare answer="Y"/>
</Questions>
What is the XPath Expression that i need to get the answer = Y or N?
Eg...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.