Re: [xsl] FO/FOP Query - Numbered List

Subject: Re: [xsl] FO/FOP Query - Numbered List
From: Max Froumentin <mf@xxxxxx>
Date: Mon, 29 Oct 2001 16:45:50 +0100
You wrote:

>         <fo:list-item-label start-indent="1em">
>             <fo:block>
>                 <xsl:number/>.
>             </fo:block>
>         </fo:list-item-label>
>         <fo:list-item-body>
>             <fo:block>
>                 <xsl:apply-templates/>
>             </fo:block>
>         </fo:list-item-body>

In general, it's a good idea to start with:

<fo:list-item-label end-indent="label-end()">
...
</fo:list-item-label>

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

So you are sure that the label and the body are laid out side by side.
Usual caveats about FOP apply.

Max.


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


Current Thread