XPath Tester
Let's take a look at some of the tools for working with XPath in XMLBlueprint.
The XPath Builder allows you to quickly generate an XPath expression. Simply select a node in the XML Editor and then right-click to select Copy XPath. The associated XPath expression is placed on the Clipboard and you can paste it into your XSLT or XML Schema as necessary.
XMLBlueprint also includes the XPath Evaluator, a dockable window you can use to write and test XPath expressions. As you type, any syntax errors are indicated by a red wavy line, while syntax coloring makes it easier to distinguish between various parts of the expression. Pressing the Evaluate button will display the resulting node set. Clicking on any of the returned nodes highlights the corresponding node in the XML Editor.
XMLBlueprint's XPath Evaluator is a great tool for writing and testing XPath expressions and can save hours of debugging time.

