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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=149787e1ef5a6dab70a3d111d6ed53f43e08c2b0;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()]'>