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

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

jefft       2002/12/26 06:41:16

  Modified:    src/resources/library/xslt Tag: LINKMAP_BRANCH
                        absolutize-linkmap.xsl
  Log:
  Fix name
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-forrest/src/resources/library/xslt/Attic/absolutize-linkmap.xsl
  
  Index: absolutize-linkmap.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/library/xslt/Attic/absolutize-linkmap.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- absolutize-linkmap.xsl	26 Dec 2002 14:36:12 -0000	1.1.2.1
  +++ absolutize-linkmap.xsl	26 Dec 2002 14:41:15 -0000	1.1.2.2
  @@ -31,7 +31,7 @@
     <xsl:template name="absolutize">
       <xsl:param name="node"/>
       <xsl:if test="$node/..">
  -      <xsl:call-template name="abs">
  +      <xsl:call-template name="absolutize">
           <xsl:with-param name="node" select="$node/.."/>
         </xsl:call-template>
       </xsl:if>