You don't need to have different markers. You can achieve that by
having just one marker but have the content of the marker change from
the first page to the second. See the attached example that I think
does something similar to what you want.

On Thu, Oct 11, 2012 at 12:44 PM, Bonekrusher <djs...@yahoo.com> wrote:
>
> Hi, I am working on using the new fo:retrieve-table-marker that was
> implemented in the trunk and have a question in regards to how to achieve
> the following:
>
> I want my a marker to appear only on the first page and another marker to
> appear on the Second page thru last:
>
> <fo:retrieve-table-marker
> retrieve-class-name="primary-para-continuation-first"
> retrieve-position-within-table="first-starting"
> retrieve-boundary-within-table="table"/>
>                                                                               
>                           <fo:retrieve-table-marker
> retrieve-class-name="primary-para-continuation"
> retrieve-position-within-table="last-ending"
> retrieve-boundary-within-table="table"/>
>
> The above markers show up on all pages.
>
> Desired output:
>
> Para Title (primary-para-continuation-first)
>
> Para Title Continued (primary-para-continuation)
>
> Para Title Continued (primary-para-continuation)
>
> Thanks For the help
>
>
>
>
>
> --
> View this message in context: 
> http://apache-fop.1065347.n5.nabble.com/fo-retrieve-table-marker-exclude-first-page-tp37020.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>

Attachment: example-1.fo
Description: Binary data

Attachment: example-1.pdf
Description: Adobe PDF document

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to