Subject: XSL and blank textarea
From: Sven Macke <mackes1@xxxxxxxx>
Date: Thu, 10 Aug 2000 12:03:10 +0200 (CEST)
|
I want to generate a HTML-form to insert data from a
XSL stylesheet.
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.
I solved this problem by presetting the textarea with
a blank (#&160;). It works but it does not look good.
Isn't there another way to do it??
__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Yahoo! Mail auf Ihrem Handy? - http://mobil.yahoo.de
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|