From: Norman Walsh Date: Sun, 15 Sep 2002 21:20:30 +0000 (+0000) Subject: Support indexing in webpages (website DTD). In the long run, this probably isn't... X-Git-Tag: release/1.79.1~6^2~5273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18c759ca621493c9d85ac01700cae045feae1e7f;p=docbook-dsssl Support indexing in webpages (website DTD). In the long run, this probably isn't a good strategy... --- 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()]'>