-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm running into a surprising problem with FOP 0.20.5rc3a.

I have a block in the text flow with a marker in it.  I retrieve the marker 
in the header.  The text of the marker seems to be formatting according to 
the context in which it was originally used, rather than according to its 
context.

Here's the marker and its retrieval:

<fo:block keep-together="always" margin-left="-1.25in" 
font-family="sans-serif">
   <fo:block keep-with-next.within-column="always">
     <fo:marker marker-class-name="section.head.marker">Command line 
interface</fo:marker>
     <fo:block font-family="sans-serif" font-weight="bold" 
keep-with-next.within-column="always" space-before.minimum="0.8em" 
space-before.optimum="1.0em" space-before.maximum="1.2em">
       <fo:block font-size="20.736pt">Command line interface</fo:block>
     </fo:block>
   </fo:block>
</fo:block>

<fo:block font-size="8pt" font-style="italic" space-before="4pt" 
text-align="end">
   [bef]
   <fo:retrieve-marker retrieve-boundary="page-sequence" 
retrieve-class-name="section.head.marker" 
retrieve-position="first-including-carryover" />
   [aft]
</fo:block>

(The [bef] and [aft] text is there to assure that the block is formatting 
as I expected, except for the retrieved marker text.)

Before I submit a bug, am I doing something wrong?  I tried setting font 
properties on fo:retrieve-marker as well, to no effect.  It seems to me 
that fo:retrieve-marker ought to retrieve the content of the marker, not 
its context.

Thanks,
Chris
- -- 
Christopher R. Maden, Principal Consultant, crism consulting
XML-SGML-HTML-DTDs-schemas-XSL-DSSSL-conversion-training-ebooks-B2B
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8

iQA/AwUBPt/sn6xS+CWv7FjaEQKebgCg/4CILvFISEwGRGY5ZWcypiflBMcAoPur
5GgQTmqpDHPGBXGLjXXL+5sT
=xrZw
-----END PGP SIGNATURE-----


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

Reply via email to