You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/04/30 14:27:52 UTC

cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets common.xsl

cmlenz      2003/04/30 05:27:52

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        common.xsl
  Log:
  Looks like the file pseudo-protocol wants three slashes for absolute paths.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- common.xsl	28 Apr 2003 14:03:26 -0000	1.9
  +++ common.xsl	30 Apr 2003 12:27:52 -0000	1.10
  @@ -36,7 +36,7 @@
          sitemap.xml placed at the same level as the xdoc files. 
          The path we specify is relative to where this stylesheet is located -->
     <xsl:variable name="sitemap" 
  -    select="document(concat('file:/',$sitemapFile))/sitemap"/>
  +    select="document(concat('file:///',$sitemapFile))/sitemap"/>
   
     <!-- The current document being processed. Note: This is needed for the
          "get-base-directory" template as it can be called with another
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets common.xsl

Posted by Stefan Bodewig <bo...@apache.org>.
On 30 Apr 2003, <cm...@apache.org> wrote:

>   Looks like the file pseudo-protocol wants three slashes for
>   absolute paths.

Any hierarchical protocol does.  It's schema://host/path and in the
special case of schema == file an empty host means local machine.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org