DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44177>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44177 ------- Additional Comments From [EMAIL PROTECTED] 2008-01-08 04:18 ------- > Try adding a C14N Transform after the XSLT Transform. It is impossible to add C14N since output must be in plain text. We are creating part of the signature by hand using only SAX parsing for performance reasons. I believe that at least XML Security by itself, should produce the same output /digest, regardless of the OS used. When DOM parses xml it already normalizes new lines. Only problem is that XSLT at the very end of transformation replaces it with OS specific. Because XSLT input as DOM is already always normalized (http://www.w3.org/TR/1998/REC-xml-19980210#sec-line-ends). And at least for digital signature transformation it should remain normalized. For example .NET SignedXml, when transforming xslt, leaves newlines as \n. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.