Hi i'm working with xsl 1.1 and i have troubles with page-sequence-master
i need 1 footer for only pages or if have more than one page, first and last, so i use
<fo:page-sequence-master master-name="document" >
<fo:repeatabl e-page-master-alternatives>
<fo:condition al-page-master-reference page-position="only"
master-reference="a4on ly"/>
<fo:condition al-page-master-reference page-position="last"
master-reference="a4la st"/>
<fo:condition al-page-master-reference page-position="any"
master-reference="a4an y"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
it works with xml with one page, it dont work with more than one page..(nextPage () error)...if in "any" y put master-reference="a4on ly" works (but not with the reference i want)...
help please !!!!!
i need 1 footer for only pages or if have more than one page, first and last, so i use
<fo:page-sequence-master master-name="document" >
<fo:repeatabl e-page-master-alternatives>
<fo:condition al-page-master-reference page-position="only"
master-reference="a4on ly"/>
<fo:condition al-page-master-reference page-position="last"
master-reference="a4la st"/>
<fo:condition al-page-master-reference page-position="any"
master-reference="a4an y"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
it works with xml with one page, it dont work with more than one page..(nextPage () error)...if in "any" y put master-reference="a4on ly" works (but not with the reference i want)...
help please !!!!!