Hello,

I am trying to get pagination information back into the source 
document. (see 
http://marc.theaimsgroup.com/?l=fop-user&m=103227363003594&w=2)

It seems that there is no other opportunity than relying on an ugly 
hack. I intend to scan the Area Tree output in order to see where 
page breaks occur exactly.

Every element in the source document has an id and the following 
lines will be at the beginning of every template:
<fo:inline><xsl:value-of select="concat(name(),':',@id)"/>
</fo:inline>

Of course, this influences the page breaks itself which it should not 
do. So I make it smaller:
<fo:inline font-size="0.000001pt"><xsl:value-of 
select="concat(name(),':',@id)"/>
</fo:inline>

Now the text is gone but, unfortunately, the inline-element still 
consumes space? How do I make this element disappear completely (but 
still get it to be in the area tree)?
Is there any other way to achieve this? Processing instructions?

Kind regards!
-- 
Matthias Brunner <[EMAIL PROTECTED]>
PGP FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc



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

Reply via email to