[Refdb-cvs] CVS: refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml docbk-refdb-xhtml.xsl.in,1.8.2.2,1.8.2.
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-03-27 20:10:43
|
Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17240/docbk-refdb-xsl/docbk-xhtml Modified Files: Tag: Release_0_9_5_stable docbk-refdb-xhtml.xsl.in Log Message: intext citation style fixes Index: docbk-refdb-xhtml.xsl.in =================================================================== RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-xhtml/docbk-refdb-xhtml.xsl.in,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -U2 -r1.8.2.2 -r1.8.2.3 --- docbk-refdb-xhtml.xsl.in 17 Oct 2004 00:35:47 -0000 1.8.2.2 +++ docbk-refdb-xhtml.xsl.in 27 Mar 2006 20:10:35 -0000 1.8.2.3 @@ -380,5 +380,5 @@ <a href='#{$multitarget}'> <xsl:call-template name="refdb-literal"> - <xsl:with-param name="style" select="$REFNUMBERSTYLE"/> + <xsl:with-param name="style" select="$INTEXTREFNUMBERSTYLE"/> <xsl:with-param name="string"> <xsl:value-of select="id(@endterm)"/> @@ -396,5 +396,5 @@ </xsl:when> <xsl:when test="$ptrtype='intextsq'"> - <xsl:apply-templates mode="INTEXTSQ" select="id(@linkend)"/> + <xsl:apply-templates mode="INTEXT" select="id(@linkend)"/> </xsl:when> <xsl:when test="$ptrtype='authoronly'"> @@ -402,5 +402,5 @@ </xsl:when> <xsl:when test="$ptrtype='authoronlysq'"> - <xsl:apply-templates mode="AUTHORONLYSQ" select="id(@linkend)"/> + <xsl:apply-templates mode="AUTHORONLY" select="id(@linkend)"/> </xsl:when> <xsl:when test="$ptrtype='yearonly'"> |