RE: Standalone Attributes?

Subject: RE: Standalone Attributes?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 6 Jun 2000 14:35:02 +0100
> To render the following HTML:
> 
>         <TD NOWRAP BGCOLOR="white">
> 
	<xsl:output method="html"/>
	...
	<td nowrap="nowrap" bgcolor="white">

The HTML output method is supposed to recognise nowrap as a boolean
attribute and output it in its abbreviated form.

Mike K


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread