hi,

i've just migrated from 0.20.1 to 0.20.3, and now my lists aren't working well :-((

before for bulleted-list i used something like this:
(xslt):
--------------------------------------------------------------
<fo:list-item>

        <fo:list-item-label start-indent="{$nestinglevel} * 6mm">
        <fo:block>
                <fo:inline font-size="15pt"                                                
font-family="Symbol">&#183;</fo:inline>
        </fo:block>
        </fo:list-item-label>

    <fo:list-item-body start-indent="(0.7+{$nestinglevel}) * 6mm">
        <fo:block>
              <xsl:apply-templates/>
         </fo:block>
    </fo:list-item-body>
</fo:list-item>
---------------------------------------------------------------

the important is the fo:list-item-label...

in 0.20.1 it created bullets and now it creates '#' :-(

actually i can put anything in the place of &#183;... fop will draw as many #s as long that string is

any ideas where the problem could lie?

thanks,
gabor



Reply via email to