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: <td nowrap>



YueMa wrote:
> 
> Hi there,
> How can I output the <td nowrap> tag?

<td nowrap> is a kind of shortcut for <td nowrap="nowrap">.

> The "nowrap" is not allowed for XT, and it should not be an
> attribute.....

XT (and the other XSLT processors) will transform  <td nowrap="nowrap">
into <td nowrap> if you are using the HTML output method.

Eric
 
-- 
See you at XML 2000
      http://gca.org/attend/2000_conferences/XML_2000/building.htm#vlist
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------


 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]