Subject: RE: FO: Cross references in books
From: "Philip Fitzsimons" <pfitzsimons@xxxxxxxxxxx>
Date: Thu, 3 Apr 2003 20:14:32 +0100
|
Use <fo:marker/> and <fo:retreive-marker/>
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Gustaf
Liljegren
Sent: 03 April 2003 20:08
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: FO: Cross references in books
I made an <xref> element with an "idref" attribute in my DTD. Then some
block elements have "id" attributes. I thought this would be handy when
I do cross-references, like in:
<p>Read more about Iraq on page <xref idref="iraq"/>.</p>
I'm trying to implement an <xref> template in XSL-FO now, but with no
luck so far. I don't know how to extract the page number on the other
page. Maybe it's not possible?
Gustaf
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|