Hi Everybody,
Are there any unit tests in the code to test c14n interoperability? I've been trying to test the "merlin-c14n-three" test vectors, but some of the tests inside it are failing. My environment: - XML Security 1.4.1 library - Using XMLUtils.circumventBug2650(document) to spread namespaces declaration. - Using XMLUtils.createDSctx(...) to create a namespace context. - Using XPathAPI.selectNodeList(document, xpath, nsc) to select the XPath node-set. - Using Canonicalizer.canonicalizeXPathNodeSet(NodeList) to canonicalize the XPath node-set. The tests (of merlin-c14n-three) that are failing are 03, 10, 18 & 19. I'm quite sure I'm doing something wrong... but don't now what. Thanks in advanced! Marcelo.