--- Begin Message ---
I suspected there was a transformation method to do that.
Where is a good place to read about different transformation
algorithms?

Thanks for your explanation!

meg

Rich Salz wrote:
> 
> 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$

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Meg Morgan                           425/450-2754
[EMAIL PROTECTED]                   http://www.votehere.net
--- End Message ---

Reply via email to