Hello

I have a problem with a "break-before" in a list-item-body:
content following this attribute inside the list-item-body has disappeared
"continue2/2   end"

I have replace with a "space-before" but result is surprising:
I have an overflow log message and 2 page-breaks instead of one
unexpected page-break between "continue2/2" and "end"

Same result with FOP-0.95 and FOP-trunk_svn689406

Regards
Patrice


----------------------------------------
<?xml version='1.0' encoding='ISO-8859-1'?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                <fo:simple-page-master master-name="A4" page-height="29.7cm" 
page-width="21cm" margin="2cm">
                        <fo:region-body margin-top="0cm" 
region-name="xsl-region-body"/>
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence master-reference="A4" >
                <fo:flow flow-name="xsl-region-body">

                                <fo:block >
                        <fo:block>body1</fo:block>
                                        <fo:block>continue1/2</fo:block>
                                        <fo:block 
break-before="column">continue2/2</fo:block>
                                        <fo:block>end</fo:block>
                                </fo:block>
                                
          <fo:list-block provisional-distance-between-starts="3cm">
            <fo:list-item >
              <fo:list-item-label end-indent="label-end()" >
                <fo:block>label</fo:block>
              </fo:list-item-label>
              <fo:list-item-body start-indent="body-start()" >
                                <fo:block >
                        <fo:block>body1</fo:block>
                                        <fo:block>continue1/2</fo:block>
                                        <fo:block 
break-before="column">continue2/2</fo:block>
                                        <fo:block>end</fo:block>
                                </fo:block>
              </fo:list-item-body>
            </fo:list-item>
            <fo:list-item >
              <fo:list-item-label end-indent="label-end()">
                <fo:block >label</fo:block>
              </fo:list-item-label>
              <fo:list-item-body start-indent="body-start()">
                                <fo:block >
                        <fo:block>body2</fo:block>
                                        <fo:block>continue1/2</fo:block>
                                        <fo:block 
break-before="page">continue2/2</fo:block>
                                        <fo:block>end</fo:block>
                                </fo:block>
              </fo:list-item-body>
            </fo:list-item>
            <fo:list-item >
              <fo:list-item-label end-indent="label-end()">
                <fo:block >label</fo:block>
              </fo:list-item-label>
              <fo:list-item-body start-indent="body-start()">
                                <fo:block >
                        <fo:block>body3</fo:block>
                                        <fo:block>continue1/2</fo:block>
                                        <fo:block 
space-before="30cm">continue2/2</fo:block>
                                        <fo:block>end</fo:block>
                                </fo:block>
              </fo:list-item-body>
            </fo:list-item>
          </fo:list-block>
                        
                </fo:flow>
        </fo:page-sequence>
</fo:root>
--------------------------------------

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

Reply via email to