I have an xml document. When I print a document using java libs, I get the correct xml output. Then I sign the xml document using xmlsignatures. After signing, I will try to print the document again. But this time the document is printed in such a way that all Elements are JUMBLED . So I want to know if an XML signature modifies an XML document? If so, why?
source
share