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/11/09 06:10:41 UTC

cvs commit: xml-forrest/src/resources/skins/avalon-tigris/xslt/html pathutils.xsl

jefft       2002/11/08 21:10:41

  Modified:    src/resources/skins/forrest-site/xslt/html pathutils.xsl
               src/resources/skins/avalon-tigris/xslt/html pathutils.xsl
  Log:
  Fix an internal debugging template
  
  Revision  Changes    Path
  1.2       +8 -8      xml-forrest/src/resources/skins/forrest-site/xslt/html/pathutils.xsl
  
  Index: pathutils.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/pathutils.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pathutils.xsl	2 Nov 2002 10:09:39 -0000	1.1
  +++ pathutils.xsl	9 Nov 2002 05:10:41 -0000	1.2
  @@ -99,23 +99,23 @@
   
   <!--
   Uncomment this to test.
  -Usage: saxon resource.xsl resource.xsl resource=foo/bar
  +Usage: saxon pathutils.xsl pathutils.xsl path=foo/bar
   
  -<xsl:param name="resource" select="'/foo/bar/index.html'"/>
  +<xsl:param name="path" select="'/foo/bar/index.html'"/>
   <xsl:template match="/">
     <xsl:message>
  -    resource= <xsl:value-of select="$resource"/>
  +    path= <xsl:value-of select="$path"/>
       dirname= <xsl:call-template name="dirname">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       filename= <xsl:call-template name="filename">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       ext= <xsl:call-template name="ext">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       filename-noext= <xsl:call-template name="filename-noext">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
     </xsl:message>
   </xsl:template>
  
  
  
  1.2       +8 -8      xml-forrest/src/resources/skins/avalon-tigris/xslt/html/pathutils.xsl
  
  Index: pathutils.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/avalon-tigris/xslt/html/pathutils.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pathutils.xsl	5 Nov 2002 07:36:49 -0000	1.1
  +++ pathutils.xsl	9 Nov 2002 05:10:41 -0000	1.2
  @@ -99,23 +99,23 @@
   
   <!--
   Uncomment this to test.
  -Usage: saxon resource.xsl resource.xsl resource=foo/bar
  +Usage: saxon pathutils.xsl pathutils.xsl path=foo/bar
   
  -<xsl:param name="resource" select="'/foo/bar/index.html'"/>
  +<xsl:param name="path" select="'/foo/bar/index.html'"/>
   <xsl:template match="/">
     <xsl:message>
  -    resource= <xsl:value-of select="$resource"/>
  +    path= <xsl:value-of select="$path"/>
       dirname= <xsl:call-template name="dirname">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       filename= <xsl:call-template name="filename">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       ext= <xsl:call-template name="ext">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
       filename-noext= <xsl:call-template name="filename-noext">
  -      <xsl:with-param name="path" select="$resource"/>
  +      <xsl:with-param name="path" select="$path"/>
       </xsl:call-template>
     </xsl:message>
   </xsl:template>