You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2004/09/14 20:20:46 UTC

DO NOT REPLY [Bug 31224] New: - Need embedded page sequence functionality

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31224>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31224

Need embedded page sequence functionality

           Summary: Need embedded page sequence functionality
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: peterlwu@yahoo.com


Is there a way to generate page subsequences 
for the purpose of pagination in XSL-FO. 
For example, generate an XSL-FO output with 
embedded sections that contain their own page 
number sequences. In other words, we like to 
generate local (in contrast to global, 
container or parent) page numbers using an
embedded page sequence (assuming that there 
is such a thing).

Example
------------------

Main Doc (Page 1 of 1000)

  Section 1 (Page 1 of 3)
  Section 1 (Page 2 of 3)

Main Doc (Page 2 of 1000)

  Section 1 (Page 3 of 3)
  Section 2 (Page 1 of 2)

Main Doc (Page 3 of 1000)

  Section 2 (Page 2 of 2)


Thanks,
Peter