Subject: Re: Empty elements
From: Julien Quint <Julien.Quint@xxxxxxx>
Date: Tue, 30 Oct 2001 16:00:53 +0100
|
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
|