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: Thu, 5 Mar 2009 00:24:43 +0000 (GMT)
Horace Burke wrote:

  Hi,

> > But we haven't seen how the template rule is applied.

> There is no special application for this template. The
> snippet/except that I have posted is my template for
> "lang" and within this template I have fo:page-sequence. I
> do not have an xsl:call-template or apply-templates for
> this particular template.

  It is hard to tell from your message what you tried and
what was the (wrong) result.  If the template is never
applied nor called, then it is never evaluated, and does not
produce anything in the result tree.  But maybe it is
applied by default rules.

  I think this is a good practice when beginning with XSLT
to always write a template matching "/" to view more easily
how the processing walks the input tree.

  Have you tried the modified template in your last email?
If you did, what was the result and how was it wrong?

  Regards,

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

Current Thread