Update of /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-fo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17240/docbk-refdb-xsl/docbk-fo
Modified Files:
Tag: Release_0_9_5_stable
docbk-refdb-fo.xsl.in
Log Message:
intext citation style fixes
Index: docbk-refdb-fo.xsl.in
===================================================================
RCS file: /cvsroot/refdb/refdb/xsl/refdb/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo.xsl.in,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -u -U2 -r1.9.2.3 -r1.9.2.4
--- docbk-refdb-fo.xsl.in 27 Nov 2004 23:20:08 -0000 1.9.2.3
+++ docbk-refdb-fo.xsl.in 27 Mar 2006 20:10:35 -0000 1.9.2.4
@@ -314,5 +314,5 @@
<fo:basic-link internal-destination='{$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)"/>
@@ -330,5 +330,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'">
@@ -336,5 +336,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'">
|