[Home] [By Thread] [By Date] [Recent Entries]
The <textarea> input in HTML will take a value that has multiple lines CR/LF but will not
preserve the line feeds (treated as whitespace).
On the other hand, if I add these using <xsl:text>
</xsl:text>, they show up fine in the textarea. So the challenge is, how do I break up the string using XSLT and put in the above? I though string-before() would work but realized that it is treating '
' as literal text. Is there another way to do this? Thanks, Stuart Zakon
|

Cart



