Hello! Thanks for your answer. The problem is that I need to preserve the newlines because part of the document is signed, and if the parser transforms the newlines, then the signature is not valid because I'm not using xml signature, I'm using CMS signature.
Is there any way to preserve them? Please, could you help me? Regards, Antonio -----Mensaje original----- De: Joseph Kesselman [mailto:[EMAIL PROTECTED] Enviado el: martes, 12 de julio de 2005 22:26 Para: [email protected] Asunto: Re: Problem reading newline characters and rewriting them Per the XML Recommendation, XML parsers normalize all newline sequences into the XML newline character. There's no information retained about which version of newline was read in. ______________________________________ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "The world changed profoundly and unpredictably the day Tim Berners Lee got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
