You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/05/12 09:41:55 UTC

cvs commit: xml-forrest/src/documentation/skins/forrest-site/xslt/html document2html.xsl

crossley    02/05/12 00:41:55

  Modified:    src/documentation/skins/forrest-site/xslt/html
                        document2html.xsl
  Log:
  Comment out the jump match for now. It breaks the FAQ, until we get
  the other stylesheet mods done (chicken-and-egg syndrome).
  
  Revision  Changes    Path
  1.3       +4 -1      xml-forrest/src/documentation/skins/forrest-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/skins/forrest-site/xslt/html/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl	11 May 2002 22:35:27 -0000	1.2
  +++ document2html.xsl	12 May 2002 07:41:55 -0000	1.3
  @@ -70,7 +70,10 @@
       </div>
     </xsl:template>
   
  +<!--
     <xsl:template match="link | jump | fork">
  +-->
  +  <xsl:template match="link | fork">
       <a href="{@href}"><xsl:apply-templates/></a>
     </xsl:template>
     
  @@ -115,4 +118,4 @@
       </xsl:copy>
     </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>