xsl-list
[Top] [All Lists]

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

2009-03-03 23:59:12
Horace Burke wrote:
Here are snippets of the XML and FO that I am implementing.

   <fo:page-sequence master-reference="Insrt-body-page">

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

Easy!

~Chris


--~------------------------------------------------------------------
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>
--~--