On 02 Dec 2008, at 18:46, Andreas Delmelle wrote:

<xsl:if test="chapter-exists($someRefId)">
 <fo:page-number-citation ref-id="$someRefId" />
</xsl:if>

Correction: this should obviously be

<xsl:if test="key('chapter-exists',$someRefId)">

etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to