]> granicus.if.org Git - docbook-dsssl/commitdiff
In olink, use document($target.database.document, /) so the
authorBob Stayton <bobs@sagehill.net>
Wed, 8 Jan 2003 17:43:54 +0000 (17:43 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 8 Jan 2003 17:43:54 +0000 (17:43 +0000)
olink target database location is relative to the document
instead of the stylesheet.

xsl/fo/xref.xsl

index 29fcdd3ff4e61ce178d207913cdf39b5de18b308..ca7f419b9935ef59e66ec61434264090748e9335 100644 (file)
 
 <xsl:template match="olink">
   <xsl:param name="target.database"
-      select="document($target.database.document)"/>
+      select="document($target.database.document, /)"/>
 
   <xsl:variable name="localinfo" select="@localinfo"/>