Gerald Colin writes:
>
> <fo:list-block>
> <fo:list-item>
> <fo:list-item-label>
> Hello
> </fo:list-item-label>
> <fo:list-item-body>
> World
> </fo:list-item-body>
> </fo:list-item>
> </fo:list-block>
>
Sorry, <fo:list-item-label> and <fo:list-item-body> must contain
<fo:block>s only, not simple text. Its a drag, isn't it, but needed for
generality (list item labels may span several lines). You'll need to
specify the indentation of the list item body as well.
I have my doubts about these list-specific fo's. It looks at first
sight as though your example above is all thats needed, but in the
event you end up doing nearly as much as you had to do in DSSSL.
Sebastian
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|