This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XSL and blank textarea


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]