You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: