A workaround I'm considering, is to use the combination of this at the end of my Doc:
<fo:marker marker-class-name="table-continued"/> <fo:block id="endofdoc"/>
and this where I want the TOTALS to display:
<fo:retrieve-marker retrieve-class-name="table-continued" retrieve-position="last-starting-within-page" retrieve-boundary="page"><xsl:value-of select="TOTALS"/></fo:retrieve-marker>
Think that'll work?
...
As for the other problem I'm facing, I still have to resolve the issue of the EVEN page not working right. All of the examples indicate assume that all I want to do is have different "region-before" and "region-after" but continue the "region-body" flow. Actually, in this implementation my EVEN pages will not have *any* "region-before" or "region-after" sections, and the "region-body" will essentially be "static".
I'm thinking of just putting the EVEN content into a really big "region-before" & having the "region-body" extent="0cm" or something.
Anyone have experience with that and/or think it'll work?
p.s. I think eXperanto is a great name for an XML/XSL/aw heck! It's a great name for a company in this day & age.
Web Maestro Clay
At 11:03 AM 11/26/2002, you wrote:
Clay Leeds wrote:D'oh! Does anyone _know_ where I can look to find out for certain?It's not implemented yet indeed. Look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7140.
- Clay Leeds
- Web Developer
- [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
