]> granicus.if.org Git - docbook-dsssl/commitdiff
fixed lang entity to remove en appendage
authorBob Stayton <bobs@sagehill.net>
Wed, 12 Jul 2006 16:15:47 +0000 (16:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 12 Jul 2006 16:15:47 +0000 (16:15 +0000)
xsl/html/autoidx.xsl

index c9ed773ae909d2edba4f46ae8c2b8ea9a615bc12..c738a2536244d056a3db54beee6dd05b7d30f212 100644 (file)
@@ -39,7 +39,7 @@
 <!-- Documents using the kimber index method must have a lang attribute -->
 <!-- Only one of these should be present in the entity -->
 
-<!ENTITY lang 'concat(/*/@lang, /*/@xml:lang, "en")'>
+<!ENTITY lang 'concat(/*/@lang, /*/@xml:lang)'>
 <!ENTITY scope 'count(ancestor::node()|$scope) = count(ancestor::node())
                 and ($role = @role or $type = @type or
                 (string-length($role) = 0 and string-length($type) = 0))'>