Re: XSL-FO and first/last item on page title extraction

> 
> 
> Hi,
> 
> does anyone know if there is a way with FO to extract e.g. a the first and
> last title that occurs on a page into a heading area (a common pagination
> requirement).
> 
> i.e.
> 
> <document>
> 	<advert>
> 		<subject>Apples</subject>
> 		......
> 	</advert>
> 	<advert>
> 		<subject>Bananas</subject>
> 		......
> 	</advert>
> 	.......
> 
> 	<advert>
> 		<subject>Oranges</subject>
> 		......
> 	</advert>
> </document>

Markers are right for this purpose. See 6.11.3, 6.11.4 in the Recommendation;
an example is at http://www.renderx.com/Tests/marker.fo

David Tolpin

Received on Monday, 27 May 2002 13:16:39 UTC