I have an XML like below, in which we have two Addr elements so I want to query the XPath like "//Addr[ZipCode='32004']/StreetName" using your ObjectXPathNavigator.
My attempt is unsuccessful with the above XPath. Let me know how to query this type of XPath syntax in
ObjectXPathNavigator.
5564/AAA12 Turkey Hill Road1
Kensington Town
Fleming Island
FL
32003
5564/AAA12 Turkey Hill Road2
Kensington Town
Fleming Island
FL
32004
I have an XML like below, in which we have two Addr elements so I want to query the XPath like "//Addr[ZipCode='32004']/StreetName" using your ObjectXPathNavigator.
My attempt is unsuccessful with the above XPath. Let me know how to query this type of XPath syntax in
5564/AAA12 Turkey Hill Road1 Kensington Town Fleming Island FL 32003 5564/AAA12 Turkey Hill Road2 Kensington Town Fleming Island FL 32004ObjectXPathNavigator.