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/06/03 06:54:11 UTC

cvs commit: xml-forrest/src/resources/library/xslt faq2document.xsl

crossley    2002/06/02 21:54:11

  Modified:    src/resources/library/xslt faq2document.xsl
  Log:
  Use "link" instead of "jump" in this situation.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-forrest/src/resources/library/xslt/faq2document.xsl
  
  Index: faq2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/library/xslt/faq2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq2document.xsl	29 May 2002 16:44:55 -0000	1.1
  +++ faq2document.xsl	3 Jun 2002 04:54:11 -0000	1.2
  @@ -26,9 +26,9 @@
   
     <xsl:template match="faq" mode="index">
       <li>
  -      <jump href="faq-{position()}">
  +      <link href="#faq-{position()}">
           <xsl:value-of select="question"/>
  -      </jump>
  +      </link>
       </li>
     </xsl:template>