]> granicus.if.org Git - docbook-dsssl/commitdiff
Added missing 'english-language-name' attribute to the l10n
authorBob Stayton <bobs@sagehill.net>
Tue, 25 Feb 2003 00:44:04 +0000 (00:44 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 25 Feb 2003 00:44:04 +0000 (00:44 +0000)
element, and the missing 'style' attribute to the template
element so the current gentext documents will validate.

xsl/common/l10n.dtd

index b6fd0c1d3eaf5ff57c6241284edb7add27445e79..bc1f41c15ea724c1266798790ab18749158e1fc3 100644 (file)
@@ -19,6 +19,7 @@
 <!ATTLIST %l10n;
        %xmlns;         CDATA   #FIXED %uri;
        language        CDATA   #REQUIRED
+       english-language-name   CDATA   #IMPLIED
 >
 
 <!ELEMENT %gentext; EMPTY>
@@ -42,4 +43,5 @@
 <!ATTLIST %template;
        name            CDATA   #REQUIRED
        text            CDATA   #REQUIRED
+       style           CDATA   #IMPLIED
 >