Re: Using fo with FOP

Subject: Re: Using fo with FOP
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Jul 1999 10:17:55 +0000 (GMT)
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


Current Thread