xsl-list
[Top] [All Lists]

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

2009-03-04 06:04:57

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/


























--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--