From 149787e1ef5a6dab70a3d111d6ed53f43e08c2b0 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 15 Sep 2002 21:20:30 +0000 Subject: [PATCH] Support indexing in webpages (website DTD). In the long run, this probably isn't a good strategy... --- xsl/html/autoidx.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index ff958910b..b065906d4 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -29,7 +29,8 @@ |ancestor-or-self::simplesect |ancestor-or-self::bibliography |ancestor-or-self::glossary - |ancestor-or-self::index)[last()]'> + |ancestor-or-self::index + |ancestor-or-self::webpage)[last()]'> -- 2.40.0