jmartin 01/03/18 07:26:40 Modified: src/xsl build.cvs.xsl clog.xsl Log: Fixed errors in stylesheets Revision Changes Path 1.11 +1 -1 jakarta-alexandria/src/xsl/build.cvs.xsl Index: build.cvs.xsl =================================================================== RCS file: /home/cvs/jakarta-alexandria/src/xsl/build.cvs.xsl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.cvs.xsl 2001/03/17 09:05:26 1.10 +++ build.cvs.xsl 2001/03/18 15:26:40 1.11 @@ -80,7 +80,7 @@ out="${{content.dir}}/cvs/{$module}/{@tag}/{$module}/ChangeLog.html"> <param name="module" expression="'{$module}'"/> <param name="cvsweb" expression="'{$cvsweb-url}'"/> - </style> + </xstyle> </xsl:when> <xsl:otherwise> 1.5 +1 -1 jakarta-alexandria/src/xsl/clog.xsl Index: clog.xsl =================================================================== RCS file: /home/cvs/jakarta-alexandria/src/xsl/clog.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clog.xsl 2001/03/12 15:11:52 1.4 +++ clog.xsl 2001/03/18 15:26:40 1.5 @@ -63,7 +63,7 @@ <xsl:attribute name="href"><xsl:value-of select="$cvsweb"/><xsl:value-of select="$module" />/<xsl:value-of select="name" />?rev=<xsl:value-of select="revision" />&content-type=text/x-cvsweb-markup</xsl:attribute> </xsl:when> <xsl:otherwise> - <xsl:attribute name="href"><xsl:value-of select="$cvsweb"/><xsl:value-of select="$module" />/<xsl:value-of select="name" />?r1=<xsl:value-of select="revision" />&r2=<xsl:value-of select="prevrevision"/></xsl:attribute>&diff_format=h + <xsl:attribute name="href"><xsl:value-of select="$cvsweb"/><xsl:value-of select="$module" />/<xsl:value-of select="name" />?r1=<xsl:value-of select="revision" />&r2=<xsl:value-of select="prevrevision"/></xsl:attribute>&diff_format=h </xsl:otherwise> </xsl:choose> <xsl:value-of select="name" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]