projects
/
docbook-dsssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107f027
)
Fixed bug 1163939: toc-tabular depends on DTD validation.
author
Bob Stayton
<bobs@sagehill.net>
Tue, 29 Mar 2005 19:39:12 +0000
(19:39 +0000)
committer
Bob Stayton
<bobs@sagehill.net>
Tue, 29 Mar 2005 19:39:12 +0000
(19:39 +0000)
website/xsl/toc-tabular.xsl
patch
|
blob
|
history
diff --git
a/website/xsl/toc-tabular.xsl
b/website/xsl/toc-tabular.xsl
index 1a16571e3f41e1a5c369be68c5b815e633a241d9..1f14c54a60962db86ff5f7f5411ffdd44916f211 100644
(file)
--- a/
website/xsl/toc-tabular.xsl
+++ b/
website/xsl/toc-tabular.xsl
@@
-101,8
+101,8
@@
<xsl:variable name="page" select="."/>
<xsl:variable name="target"
- select="($page/descendant-or-self::tocentry[@tocskip = '0']
- |$page/following::tocentry[@tocskip='0'])[1]"/>
+ select="($page/descendant-or-self::tocentry[@tocskip
and @tocskip
= '0']
+ |$page/following::tocentry[@tocskip
and @tocskip
='0'])[1]"/>
<xsl:variable name="depth" select="count(ancestor::*)-1"/>