XPathTester.NET v1
Add Comment| Download | SDK |
| xpathtesterv1.zip (20kb) | Beta2 |
Introduction
The use of XSLT (Extensible Styles Language Transformations ) has
become very common in formatting Web Applications. XSLT uses XPath
expressions extensively to pick different members of a XML document to
apply transformations. Hence one of the most cumbersome tasks of
writing XSLT
is to select the right XPath expressions so that the required elements
are selected.
Often this leads to hours to debugging.
I have created this little utility (XPathTester.NET) to quickly test
the XPath queries on an XML document so that you can save time while
writing XSLT.
XPathTester.NET uses the .NET Framework Class libraries internally to
execute the XPath queries.
There might be some bug's but I would like to hear about them from
you!
I hope you find this little tool useful!!
Screenshot

Figure 1: XPathTester.NET

