vmassol     01/04/29 09:26:09

  Modified:    cactus/docs/framework/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
  Log:
  add support for a 'nowrap' attribute for the TD tag
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-commons/cactus/docs/framework/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/docs/framework/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document2html.xsl 2001/04/28 11:55:06     1.3
  +++ document2html.xsl 2001/04/29 16:26:09     1.4
  @@ -382,7 +382,7 @@
     </xsl:template>
   
     <xsl:template match="td">
  -    <td bgcolor="#a0ddf0" colspan="{@colspan}" rowspan="{@rowspan}" valign="top" 
align="left">
  +    <td bgcolor="#a0ddf0" colspan="{@colspan}" rowspan="{@rowspan}" 
nowrap="{@nowrap}" valign="top" align="left">
         <font color="#000000" size="-1" face="arial,helvetica,sanserif">
           <xsl:apply-templates/>&#160;
         </font>
  
  
  

Reply via email to