You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jc...@locus.apache.org on 2000/12/06 06:58:20 UTC

cvs commit: jakarta-velocity/xdocs/skin/stylesheets document2html.xsl

jcastura    00/12/05 21:58:20

  Modified:    xdocs/skin/stylesheets document2html.xsl
  Log:
  added some font conventions for greater clarity in docs
  
  Revision  Changes    Path
  1.7       +20 -0     jakarta-velocity/xdocs/skin/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/skin/stylesheets/document2html.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- document2html.xsl	2000/11/17 01:59:16	1.6
  +++ document2html.xsl	2000/12/06 05:58:19	1.7
  @@ -397,10 +397,30 @@
       <i><xsl:apply-templates/></i>
    </xsl:template>
   
  + <xsl:template match="filename">
  +    <filename><i><xsl:apply-templates/></i></filename>
  + </xsl:template>
  +
    <xsl:template match="code">
       <code><font face="courier, monospaced"><xsl:apply-templates/></font></code>
    </xsl:template>
    
  + <xsl:template match="vtl">
  +    <vtl><font face="courier, monospaced"><xsl:apply-templates/></font></vtl>
  + </xsl:template>
  +
  + <xsl:template match="vtldirective">
  +    <vtldirective><font face="courier, monospaced"><xsl:apply-templates/></font></vtldirective>
  + </xsl:template>
  +
  + <xsl:template match="variable">
  +    <variable><font face="courier, monospaced"><xsl:apply-templates/></font></variable>
  + </xsl:template>
  +
  + <xsl:template match="dummyvariable">
  +    <dummyvariable><font face="courier, monospaced"><xsl:apply-templates/></font></dummyvariable>
  + </xsl:template>
  +
   <!-- ====================================================================== -->
   <!-- images section -->
   <!-- ====================================================================== -->