DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14637>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14637

fo:retrieve-marker is confused by 2-columns reports

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-11-18 22:30 -------
fo:marker should be the first child of an object you want to mark, so in the
following snippet you are marking dummy inner block, not outer one, which
actually starts new entry.
<fo:block space-before="5mm">
  <fo:block>
    <fo:marker marker-class-name="runningHeader">
      <fo:wrapper font-weight="bold" font-size="8pt">Entry 37</fo:wrapper>
    </fo:marker>
  </fo:block>

Therefore solution is just to get rid of your dummy block.
<fo:block space-before="5mm">
  <fo:marker marker-class-name="runningHeader">
    <fo:wrapper font-weight="bold" font-size="8pt">Entry 37</fo:wrapper>
  </fo:marker>  

This works fine for me using fop-0.20.5cvs.

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

Reply via email to