An important feature for xmlunittest
: it now handles namespaces in XPath expressions, such as:
<root xmlns="http://.../" xmlns:test="http://.../">
<node>This one use the default namespace</node>
<test:node>This one use the test namespace</test:node>
</root>
Also, a minor fix of the documentation, and minor changes in how errors are handled when XPath expressions are built and evaluated.