Andreas

Thanks very much!  Putting the marker in a wrapper in an otherwise empty
block stopped it appearing, and had it correctly formatted in the footer.

I've looked again at what was happening before and you're quite right - the
Chapter didn't appear.  I'm afraid I had misunderstood fo:marker and assumed
it took a copy of the text inside that would also be shown in the flow and
that was what I saw, rather than what was actually in front of my eyes.

My apologies, and once again thanks very much indeed!

John

----- Original Message -----
From: "Andreas L. Delmelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 22, 2004 4:41 PM
Subject: RE: Retrieve-marker problem. Can anyone help with wrapper
workaround?


> > -----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]
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.776 / Virus Database: 523 - Release Date: 16/10/04



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

Reply via email to