comparison 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
comparison
equal deleted inserted replaced
6:f269d8bcc152 7:f4da31cb09d9
1 <!ELEMENT translations (translation*)>
2 <!ELEMENT translation (#PCDATA)> <!-- it's a damned ugly hack, but C# won't take "#CDATA" so use #PCDATA and always treat it as CDATA -->
3 <!ATTLIST translation id ID #REQUIRED>
4 <!ATTLIST translations lang CDATA #REQUIRED>