Hi everybody !

I am using list-block and if i use this part of code with no text in the second list-item-body


      <fo:list-block >
          <fo:list-item>
          <fo:list-item-label end-indent="label-end()">
            <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
          </fo:list-item-label>

          <fo:list-item-body start-indent="body-start()">
            <fo:block>
             text 1
           
</fo:block>
          </fo:list-item-body>
        </fo:list-item>

        <fo:list-item>
          <fo:list-item-label end-indent="label-end()">
            <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
          </fo:list-item-label>

          <fo:list-item-body start-indent="body-start()">
            <fo:block/>
          </fo:list-item-body>
        </fo:list-item>

 
       
<fo:list-item>
    
         
<fo:list-item-label end-indent="label-end()">
            <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
          </fo:list-item-label>
  
         
<fo:list-item-body start-indent="body-start()">
            <fo:block>
             text 3
           
</fo:block>
          </fo:list-item-body>
        </fo:list-item>
       
        
</fo:list-block >

Fop produce this  :
· text 1
·· text 3

Does anybody know how to produce whit Fop like this :
· text 1
·
·
text 3
when i don't use text in the second list-item-body.

excuse me for my english.

Thanks for your help,
Lahouel Atef



Reply via email to