]> granicus.if.org Git - docbook-dsssl/commitdiff
DTD for l10n.xml
authorNorman Walsh <ndw@nwalsh.com>
Mon, 2 Apr 2001 14:00:58 +0000 (14:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 2 Apr 2001 14:00:58 +0000 (14:00 +0000)
xsl/common/l10n.dtd [new file with mode: 0644]

diff --git a/xsl/common/l10n.dtd b/xsl/common/l10n.dtd
new file mode 100644 (file)
index 0000000..4a48b63
--- /dev/null
@@ -0,0 +1,29 @@
+<!ELEMENT internationalization (localization+)>
+
+<!ELEMENT localization (gentext|dingbat|context)*>
+<!ATTLIST localization
+       language        CDATA   #REQUIRED
+>
+
+<!ELEMENT gentext EMPTY>
+<!ATTLIST gentext
+       key             CDATA   #REQUIRED
+       text            CDATA   #REQUIRED
+>
+
+<!ELEMENT dingbat EMPTY>
+<!ATTLIST dingbat
+       key             CDATA   #REQUIRED
+       text            CDATA   #REQUIRED
+>
+
+<!ELEMENT context (template+)>
+<!ATTLIST context
+       name            CDATA   #REQUIRED
+>
+
+<!ELEMENT template EMPTY>
+<!ATTLIST template
+       name            CDATA   #REQUIRED
+       text            CDATA   #REQUIRED
+>