I also need this feature. When will this bug be fixed and is there any workaround for this issue?
Basically in our application, user may choose to retrieve marker multiple times in header/footer with different formatting property. In the body, we set marker for all global variable without any formatting properties. For example, Header section may have: <fo:block font-size="20pt" color="blue"> DATA1=<fo:retrieve-marker retrieve-class-name="DATA" retrieve-boundary="page" retrieve-position="first-including-carryover"/> </fo:block> <fo:block font-size="16pt" color="red"> DATA2=<fo:retrieve-marker retrieve-class-name="DATA" retrieve-boundary="page" retrieve-position="first-including-carryover"/> </fo:block> and in body: <fo:block><fo:marker marker-class-name="DATA">data value</fo:block> The generated pdf would have "DATA1=" in font size 20pt with blue color, "DATA2=" in font size 16pt with red color, and however "data value" in black with default font size in both places. Please advice how to solve this issue. Also I remember someone mentioned retrieve-position="first-including-carryover" is fully supported by FOP now. Can someone tell me when this will be implemented by FOP? Thanks a lot. Jay ====================================================== List: fop-user Subject: Re: Formatting of retrieve-marker From: "J.Pietschmann" <j3322ptm () yahoo ! de> Date: 2003-06-09 17:06:33 [Download message RAW] Christopher R. Maden wrote: > 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. Yes, that's a known bug. Avoid inheritable properties on blocks enclosing markers. unless you override them in the marker anyway. J.Pietschmann ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
