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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7140

page-position attribute set to "last" on conditional-page-master-refernce does not 
work 

           Summary: page-position attribute set to "last" on conditional-
                    page-master-refernce does not work
           Product: Fop
           Version: 0.20.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I try to use the page-seqence-master called "sequence1" as follows the 
resulting output does not contain a "master1" layout as a final page:

<fo:layout-master-set>
  <fo:simple-page-master page-width="8.5in" 
                         page-height="11in" 
                         master-name="master1">
    <fo:region-body/>
  </fo:simple-page-master>
  <fo:simple-page-master page-width="8.5in" 
                         page-height="1in" 
                         master-name="number">
    <fo:region-body/>
  </fo:simple-page-master>
  <fo:page-sequence-master master-name="sequence1">
    <fo:repeatable-page-master-alternatives>
      <fo:conditional-page-master-reference master-reference="master1" 
                                            page-position="last"/>
      <fo:conditional-page-master-reference master-reference="master1" 
                                            page-position="first"/>
      <fo:conditional-page-master-reference master-reference="master2"
                                            page-position="rest"/>
    </fo:repeatable-page-master-alternatives>
  </fo:page-sequence-master>
</fo:layout-master-set>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to