XPath Test Utility

I’m working on a project that requires large XML documents and complex XPath queries. When I looked around online, I couldn’t find any decent .NET oriented XPath test utilities. And so, I wrote this.

XPathTest.exe is a command line utility lets you do the following:

  • Load XML Documents
  • Move the ‘current’ node to the first match of an XPath query
  • Display the results of an XPath query
  • Add custom XML namespace prefixes (although the namespaces from the document are extracted automatically)

It’s not perfect and it’s only a few hours work, but I find it useful. I’ll try to put the source code up as soon as I can.

Download XPathTest.exe (v0.1)

Advertisement
This entry was posted in .NET, Utilities, XPath. Bookmark the permalink.

3 Responses to XPath Test Utility

  1. Richard says:

    Hi Ivan,Thanks for the link, but that appears to be a regular expression testing utility rather than an xpath testing utility. Am I missing misreading the page?

  2. Ivan Wilson says:

    Ah yes – my mistake. What I meant to say was http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/Xselerator.shtml(Xselerator – $125 USD for full version)

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s