xsl-list
[Top] [All Lists]

fo:list-block problem

2003-12-15 08:39:04
Hello specialists!

I have got the following xsl:fo block code:

<fo:list-block provisional-distance-between-starts="25mm">
        <fo:list-item>
                <fo:list-item-label end-indent="label-end()">
                        <fo:block >
                                <xsl:value-of select="@number"/>
                        </fo:block>
                </fo:list-item-label>
                <fo:list-item-body start-indent="body-start()">
                        <fo:block >
                                <xsl:text>headlines</xsl:text
                        </fo:block>
                </fo:list-item-body>
        </fo:list-item>
</fo:list-block>

Between the number and the headline are 25 mm space. In most cases this is
enough but when the number for example is 1.1.1.1.1.1.1 it isn't enough! In
this case PDF-Formater (Antenna House) breaks the line and continous in a new
line. And i don't want to increase the space between number and headline
because very long numbers are rarely!
So is there a way that Antenna House increases itself the space when it is
necessary (with a parameter)? Or are there other ways to solve my issue?

Thanks
Markus

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>