jcastura    00/11/06 20:12:34

  Modified:    xdocs/skin/stylesheets document2html.xsl
  Log:
  Added new tags for documentation: vtldirective, variable, vtl, filename
  
  Revision  Changes    Path
  1.4       +24 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document2html.xsl 2000/10/20 05:58:45     1.3
  +++ document2html.xsl 2000/11/07 04:12:34     1.4
  @@ -402,7 +402,31 @@
    <xsl:template match="code">
       <code><font face="courier, monospaced"><xsl:apply-templates/></font></code>
    </xsl:template>
  +
  + <xsl:template match="variable">
  +    <variable><font face="courier,
  +monospaced"><xsl:apply-templates/></font></variable>
  + </xsl:template>
  +
  + <xsl:template match="vtldirective">
  +    <variable><font face="courier,
  +monospaced"><xsl:apply-templates/></font></variable>
  + </xsl:template>
  +
  + <xsl:template match="vtl">
  +    <variable><font face="courier,
  +monospaced"><xsl:apply-templates/></font></variable>
  + </xsl:template>
    
  + <xsl:template match="filename">
  +    <filename><xsl:apply-templates/></filename>
  + </xsl:template>
  + 
  + <xsl:template match="dummyvariable">
  +    <dummyvariable><font face="courier,
  +monospaced"><xsl:apply-templates/></font></dummyvariable>
  + </xsl:template>
  +
   <!-- ====================================================================== -->
   <!-- images section -->
   <!-- ====================================================================== -->
  
  
  

Reply via email to