I have forms with textarea's populated as:

<textarea name="xx"><xsl:value-of select="@defaultValue"/></textarea>

Some of the values have carriage returns, which are being removed. So, if attribute value is:

    first line
    second line
    third line

The HTML is:

<textarea name="xx">first line second line third line</textarea>

Does anyone have insight on how I could fix this?

Thanks!

John


------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to