From ed3ff0d8f0ad09e1c710c751729839b662adf104 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 17 Jul 2007 14:16:02 +0000 Subject: [PATCH] Make the reference.xsl stylesheet (which is used for building the HTML output of the docs) import the DocBook-element and docbook-xsl-param auto-hyperlinking stylesheets (which are already used for adding hyperlinks in the release notes). This makes the auto-hyperlinking consistent between the systems used for the release-notes build and for the reference docs. --- xsl/tools/xsl/build/reference.xsl | 33 ++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/xsl/tools/xsl/build/reference.xsl b/xsl/tools/xsl/build/reference.xsl index 9abedf9ad..54e8ca537 100644 --- a/xsl/tools/xsl/build/reference.xsl +++ b/xsl/tools/xsl/build/reference.xsl @@ -2,34 +2,53 @@ + + + + + + - -./images/ - + + - + + + + 1 2 + + + + select="document(unparsed-entity-uri(@targetdocent),.)"/> + |$xml/*/bookinfo/title[1] + |$xml/*/referenceinfo/title[1])[1]"/> -- 2.40.0