Mercurial > repos > IBBoard
diff dtds/translation.dtd @ 7:f4da31cb09d9
* Add translation DTD to utils project
* Alter Translation class to resolve error when initialising with an empty local language (should default to no local language, not exception)
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 02 Jan 2009 20:12:06 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dtds/translation.dtd Fri Jan 02 20:12:06 2009 +0000 @@ -0,0 +1,4 @@ +<!ELEMENT translations (translation*)> +<!ELEMENT translation (#PCDATA)> <!-- it's a damned ugly hack, but C# won't take "#CDATA" so use #PCDATA and always treat it as CDATA --> +<!ATTLIST translation id ID #REQUIRED> +<!ATTLIST translations lang CDATA #REQUIRED> \ No newline at end of file