Not that I know of. However, there are a few applications around that will let you supply an XML file, let you enter an XPath string and then show you which elements match.
XPath isn't that difficult tbh. Any particular problem you're struggling with?
I've been using XMLSpy and I can get to an element (within a SOAP body) however the XPath contains an X namespace (X:GetValueForExample) which I cannot get around.
if you are using a .net programming language (and i assume java will have something similar) just create a xml namespace manager and drop in the prefix.
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.