i have a problem to populate a html textarea correctly. the problem occurs when outping content, that contain linebreak chars.
suppose the following example: * esql gives a formated string: "line one\r\nline two" * some xsl transformation steps * html serializer the html output is something like this: <textarea>lineone
 line two</textarea> -> the carriage return char is referenced as an entity which is not properly rendered (the result contains 3 lines of text instead of 2 ). is this the correct behaviour, that carriage return is handled differently from linefeeds or has anybody some suggestions how to solve this problem? Frank --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>