Lopez Cantero, Sergio wrote:
Hi, I've seen that every time you create a xmlsignature, nodes get "formatted" with a carry return at the end of the starting tag, p. ex:<node> <node2></node2> </node>Is there a way to deactivate this behavior?
Yes. If you set the system property named"org.apache.xml.security.ignoreLineBreaks" to true, line breaks will not be inserted in the Signature. This includes line breaks after elements and in base64 encoded values.
--Sean