https://issues.apache.org/bugzilla/show_bug.cgi?id=48126

           Summary: no way to indent xmldsig elements
           Product: Security
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Signature
        AssignedTo: security-dev@xml.apache.org
        ReportedBy: wol...@post.cz


There is (probably) no way to indent (format as I wish) XML Signature elments
created through xmldsig Java API. 
It would be helpful to have a way to indenting XML output like in
javax.xml.transform TransformerFactory and Transformer classes throgh
tf.setAttribute("indent-number", new Integer(2)) and
t.setOutputProperty(OutputKeys.INDENT, "yes");
Post-creation transformation cannot be used in conjuction with standard
canonicalization methods (CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS,
CanonicalizationMethod.EXCLUSIVE,
CanonicalizationMethod.INCLUSIVE_WITH_COMMENTS,CanonicalizationMethod.INCLUSIVE),
so there is no way to achive "pretty print".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to