I have this test fo file. In FOP 0.94 the vertical line does not float over the content, and in FOP 0.95b it does. Is this some fix or something that was implemented into 0.95 or something? If so is there any way to get the same results that 0.94 returns?
Thank you all for your help. zach -------------------EXAMPLE.fo--------------------------------------- <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="only"> <fo:region-body region-name="xsl-region-body" margin="0.7in" column-count="2"/> <fo:region-before region-name="xsl-region-before" extent="0.7in" display-align="before"/> <fo:region-after region-name="xsl-region-after" display-align="after" extent="0.7in"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="only"> <fo:flow flow-name="xsl-region-body"> <fo:block> This should not have any line floating over it!This should not have any line floating over it!This should not have any line floating over it!This should not have any line floating over it! </fo:block> <fo:block padding-top="0.5cm" padding-bottom="0.5cm" span="all"> This should not have any line floating over it!This should not have any line floating over it!This should not have any line floating over it!<fo:block /> </fo:block> <fo:block-container absolute-position="absolute" left="9.3cm" top="auto" reference-orientation="90"> <fo:block width="100%" line-height="1pt" background-color="black" height="1pt"> </fo:block> </fo:block-container> </fo:flow> </fo:page-sequence> </fo:root> -- View this message in context: http://www.nabble.com/FOP-0.94-AND-0.95b-tp17630414p17630414.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
