Hi,
You may use <xsl:text> to write whitespace characters to the output tree.
eg:
...
<TEXTAREA name=".." rows=".." cols=".."><xsl:text>[line break]
</xsl:text>
</TEXTAREA>.
...
- peter
PS: Please dont send HTML mail to the list
----------
Von: jagannath narayan <[EMAIL PROTECTED]>
Hi,
Can u please give me the solution for this.
In the stylesheet I define a textarea like this:
<TEXTAREA name=".." rows=".." cols=".."></TEXTAREA>.
The XSLT-processor (Xalan) optimizes my code and the
result is this: <TEXTAREA name=".." rows=".."
cols=".."/>. I know that this correct but my browser
does not understand it.
Bye
Jagannath
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>