Hi all,

in my list I can see no changes if I specify a
provisional-label-separation or not. If the label is too long it
overwrites with list-body.

Here is the part of the xsl file:

<fo:list-block provisional-distance-between-starts="3cm"
provisional-label-separation="1cm">
        <fo:list-item>
                <fo:list-item-label end-indent="label-end()">
                        <fo:block  id="[EMAIL PROTECTED]" font-weight="bold">
                                <xsl:call-template name="Long_Name"/>
                        </fo:block>
                </fo:list-item-label>
                <fo:list-item-body start-indent="body-start()">
                        <fo:block>
                                <xsl:apply-templates select="DEF/P/TT | 
DEF/P/XREF | DEF/P/text()"/>
                        </fo:block>
                </fo:list-item-body>
        </fo:list-item>
</fo:list-block>

Can someone help me?

Thanks, Karen

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

Reply via email to