From 87f5ef0087034a7f73368b5b6d86bb72e97d95e5 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 16 Jul 2007 16:21:00 +0000 Subject: [PATCH] Added the doc-baseuri param to the stylesheet used for automatically adding hyperlinks in generated doc for stylesheet params and in release-notes output. For output of the param doc, doc-baseuri is set to "../" (relative path so links point to local files). For release-note output, doc-baseuri is set to the http: url for the current version of the docbook-xsl docs (instead of to local files); reason being that when installed from a downstream package, the release notes can't point to local files because the release notes are often installed in a separate place for the docs. --- xsl/tools/xsl/build/xsl-param-link.xsl | 211 ++++++++++++------------- 1 file changed, 98 insertions(+), 113 deletions(-) diff --git a/xsl/tools/xsl/build/xsl-param-link.xsl b/xsl/tools/xsl/build/xsl-param-link.xsl index b1fa8f05e..581e69130 100644 --- a/xsl/tools/xsl/build/xsl-param-link.xsl +++ b/xsl/tools/xsl/build/xsl-param-link.xsl @@ -1,117 +1,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + version="1.0"> + + + + + + + + ../ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + -- 2.40.0