On 12.11.2003 22:12, Tony Collen wrote:

Replace 
 with "nothing" in the XSLT:
<xsl:value-of select="translate(text(), '&#13;', '')"/>


Hmnm, yeah, but where's the actual problem coming from?

Just curious,

Tony

Don't know exactly, so let me guess:


The text typed into a textarea contains &#10; (line feed) and &#13; (carriage return). When sending this to the server it is stored in which form ever. Now if you work on this XML with XSLT I don't know why it's still there. Isn't a line break simply replaced with &#10; in the XML model? Why will the &#13; "resist"? Is it Xalan's fault?

Joerg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to