Ok I'll take a look at this solution.
Thank you very much for your hints ;)

    Seb

On Tue, Dec 2, 2008 at 7:38 PM, Andreas Delmelle <
[EMAIL PROTECTED]> wrote:

> 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