Re: [xsl] Starting Initial Page Number on Page Three

Subject: Re: [xsl] Starting Initial Page Number on Page Three
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Wed, 4 Mar 2009 11:04:28 +0000 (GMT)
Christopher R. Maden wrote:

  Hi,

> <xsl:if test="position() = 1">
>   <xsl:attribute name="initial-page-number">1</xsl:attribute>
> </xsl:if>

> Easy!

  But we haven't seen how the template rule is applied.  So
depending on this and on the real input format, maybe he would
need instead:

    <xsl:if test="empty(preceding-sibling::lang)">
       ...

  But that's hard to tell with the excerpts we got so far.

  Regards,

--
Florent Georges
http://www.fgeorges.org/

Current Thread