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: Standalone Attributes?


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]