Re: How to create a list in FO?

2006-01-26 Thread Jay Bryant
Hi, Daniele, It's not that different in FO, except that FO is much more verbose. Here's that list in FO: fo:list-block fo:list-item fo:list-item-label1./fo:list-item-label fo:list-item-bodyFirst element fo:list-block fo:list-item fo:list-item-label1./fo:list-item-label

Re: How to create a list in FO?

2006-01-26 Thread Fabrizio Caldas
Hi Daniele, Here's an example of what I do to render a list. I took this right off the xsl-fo I'm currently using, so this is working. The catch here is that I'm not sure how many items will be on the list. So I coded accordingly. !-- === -- !-- child element:

Re: How to create a list in FO?

2006-01-26 Thread Andreas L Delmelle
On Jan 26, 2006, at 19:39, Fabrizio Caldas wrote: Hi all, As a very powerful alternative, you can also use xsl:number for this: xsl:template match=recommendItems fo:list-block provisional-label-separation=0.5cm provisional-distance-between-starts=1cm space-after=12pt start-indent=1cm