You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Atef Lahouel <al...@objectiva.com.fr> on 2002/03/19 10:06:17 UTC

list-block

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