Sorry, but XML does care about newlines. Standard canonicalization mechanisms will normalize them from \r to \n, but that's about it.
If you don't care, you could use a two-step transform, where the first
runs your document through an XSLT stylesheet that removes all newlines,
or whatever's appropriate, and then run it through standard C14N.
/r$
_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec
