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]
Other format: [Raw text]

Re: XSL and Blank Textarea


Serializing the output as HTML, Xalan (a 2.2.x version) outputs your 
<textarea name=".." ...></textarea>. We never had any problem with all 
browsers.

Regards,

Joerg

Tim Kyle wrote:
> Hi-
> 
> I found this in the archives sent out in August 2000. Today I am
> using XALAN, and outputting as html. Has anyone found a solution
> to this? I have also used the hack &#160; ... but surely by now
> the Xalan folks would have this one figured out ... Any advice
> would be appreciated.
> 
> Here's the post:
> (http://www.biglist.com/lists/xsl-list/archives/200008/msg00658.html)
> 
> 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??
> 
> 
> 
> Thanks,
> 
> Tim A. Kyle

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7411
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.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]