xsl-list
[Top] [All Lists]

RE: XSL-FO Page numbering

2004-12-06 05:43:58
All cross references of this nature are within the same document.

If the toc is within the same volume as the and page,
the same principles should work, and be repeatable
for other volumes.

A single volume toc, specifying something like
Topic   volume III page 104
might be just a little difficult.

Perhaps a second processing stage? Unsure.

regards DaveP



    What about using page-number-citation as a 'cross-document' 
    reference?  I'm using <xsl:document> to create multiple .fo 
    files from one input file.  At the same time, in the same 
    stylesheet, I'm creating a TOC--a list of "Volume I, Volume 
    II," etc., and the subsections in each volume.  My links 
    from the TOC to each Volume and subsection work, but I 
    can't get page numbers (Saxon error message [warning] 
    unresolved page-number-citation).  I've tried adding an 
    fo:block with id and can't get that to work, but I'm not 
    sure how to supply the file path in the ref-id value.  Or, 
    is this impossible?  I'm using Saxon 6.5.3  for the .fo 
    transformation and XEP 4.0 to create the .pdf files. I've 
    searched and read for days and am still lost, would greatly 
    appreciate any help.
    Susan
    
    ----- Original Message -----
    From: "Pawson, David" <David(_dot_)Pawson(_at_)rnib(_dot_)org(_dot_)uk>
    To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
    Sent: Monday, December 06, 2004 5:45 AM
    Subject: RE: [xsl] XSL-FO Page numbering
    
    
    The intention is that the
      <fo:block id="theEnd"/>
    appear as the last flowed block in your laid out content.
    That's how it gets the last page number.
    
    Hence it needs to be at the end of the last flow that
    you declare.
    
    Easy enough to check it in the resulting .fo file.
    
    regards DaveP
    
    
    
    
    --~---------------------------------------------------------
    ---------
    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>
    --~--
    
    

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




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



<Prev in Thread] Current Thread [Next in Thread>