Re: [xsl] XSL-FO Page numbering

Subject: Re: [xsl] XSL-FO Page numbering
From: "Susan" <laborde@xxxxxxxxxxxx>
Date: Mon, 6 Dec 2004 07:23:56 -0600
I'm still learning XEP, but I know it has an extension for creating indexes.
I'll see if that might work for the first pass. Thanks so much.

Susan

----- Original Message ----- 
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, December 06, 2004 6:42 AM
Subject: Re: [xsl] XSL-FO Page numbering


>
> > What about using page-number-citation as a 'cross-document' reference?
>
> I think you are outside the realm of what can be done purely within XSL.
> I think you need to see if yor renderer has an extension that lets it
> output page information to a file (preferably an XML file) while making
> the pdf. If you had an xml file with page number information generated
> as the pdf was generated, you'd be able to use document()  to pull this
> in to your XSLT process and get the numbers right on a second pass.
> This is how LaTeX works for example.
>
> David
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread