> -----Original Message-----
> From: John Burgess [mailto:[EMAIL PROTECTED]


Hi John,

I know it sounds like a bit of a pain, but try to use this:

<fo:block>
<fo:wrapper use-attribute-set="headers-footers"> <!-- sets 8 point
ight  -->
<fo:marker marker-class-name="chapter">Introduction</fo:marker>
</fo:wrapper>
</fo:block>

<fo:block use-attribute-set="chapter-heading">
Introduction
</fo:block>

Notice that the actual title appears in two places (under the
fo:marker/fo:wrapper, and once again in a block *after* the wrapper)

I don't really see how your problem could arise though... IIC, then the text
placed under fo:marker shouldn't be visible anywhere except when there is a
corresponding fo:retrieve-marker that retrieves it --at least that's the way
it currently works for me, and how it's defined in the spec:

"The fo:marker does not directly produce any area. Its children may be
retrieved and formatted from within an fo:static-content, using an
fo:retrieve-marker..."

Currently, FOP maintenance version only has a problem with the '...and
formatted...' part. The rest seems to be handled quite OK.

Greetz,

Andreas




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

Reply via email to