This allows to declare additional namespace prefixes that are not already declared in the document. This is useful to be write XPath expressions without knowing how the document was authored.
Several prefixes can be used for the same namespace, so a node can be queried both using the prefix declared in the document, and the one defined on XMLDocument.
(PS: The unit tests are still working with those changes)
Fixes #99
This allows to declare additional namespace prefixes that are not already declared in the document. This is useful to be write XPath expressions without knowing how the document was authored.
Several prefixes can be used for the same namespace, so a node can be queried both using the prefix declared in the document, and the one defined on
XMLDocument
.(PS: The unit tests are still working with those changes)