From 01da14ed16fbf7f2f986a9330c64a31cee994ba9 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 25 Mar 2002 13:00:01 +0000 Subject: [PATCH] Handle links across dbhtml-specified relative directories correctly --- xsl/html/autotoc.xsl | 93 ++++++++++++++++++++++++++++++++++----- xsl/html/chunk-common.xsl | 75 +++++++++++++++++++++++++++---- xsl/html/pi.xsl | 39 ++++++++++++++++ 3 files changed, 187 insertions(+), 20 deletions(-) diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index ff52ad638..58d05e370 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -13,6 +13,7 @@ ******************************************************************** --> + # @@ -36,6 +37,8 @@ + +

@@ -71,7 +74,9 @@

- + + +
@@ -80,6 +85,8 @@
+ +

@@ -119,7 +126,9 @@

- + + +
@@ -128,6 +137,8 @@
+ +

@@ -165,7 +176,9 @@

- + + +
@@ -174,6 +187,8 @@
+ +

@@ -210,7 +225,9 @@

- + + +
@@ -221,11 +238,14 @@ + - + + + @@ -287,7 +307,9 @@ - + + + @@ -303,7 +325,10 @@ + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + - + + + - + + + + + + + - + + + + + @@ -411,6 +474,8 @@ + + @@ -422,6 +487,7 @@ + @@ -466,6 +532,7 @@ + @@ -488,13 +555,17 @@

- + + +
+ + diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index 0d9eaca50..ed45dcc6e 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -168,10 +168,6 @@ - - - - @@ -188,10 +184,7 @@ - - - / - + @@ -402,7 +395,7 @@ - + @@ -420,6 +413,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index d3da3d90c..cec5d162b 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -43,6 +43,7 @@
+ + + + + + + + + + + + + + + + + + + dir + + + + + + + + + + + + + / + + + / + + + -- 2.40.0