You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.