You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2004/12/19 04:11:06 UTC

cvs commit: jakarta-commons/transaction/xdocs/style basic.xsl

ozeigermann    2004/12/18 19:11:06

  Modified:    transaction/xdocs/style basic.xsl
  Log:
  Fixed wrong reference to project.xml
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons/transaction/xdocs/style/basic.xsl
  
  Index: basic.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/transaction/xdocs/style/basic.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- basic.xsl	19 Nov 2004 23:58:46 -0000	1.1
  +++ basic.xsl	19 Dec 2004 03:11:06 -0000	1.2
  @@ -28,7 +28,7 @@
     <!-- Process an entire document into an HTML page -->
     <xsl:template match="document">
       <xsl:variable name="project"
  -                select="document('../project.xml')/project"/>
  +                select="document('../../project.xml')/project"/>
       <html>
       <head>
       <title><xsl:value-of select="$project/title"/> - <xsl:value-of select="properties/title"/></title>
  
  
  

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