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]

Re: Empty elements


On Tue, Oct 30, 2001 at 08:45:56AM -0600, Jason Macki wrote:
> When an XSLT stylesheet generates an empty element with an opening and a
> closing tag, like this:
> 
> 	<textarea></textarea>
> 
> The transformation produces a single empty tag like this:
> 
> 	<textarea />

Use the <xsl:output> top-level element to say that you want to output HTML.

Julien

 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]