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]

Empty elements


Hello,

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 />

However, browsers expect an opening and closing tag for "textarea", even
if it contains nothing.

Is there any way to force XSLT to generate an empty element with an
opening and closing tag, rather than a single empty tag?

Thanks,
Jason

 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]