view dtds/translation.dtd @ 3:6e6284a43843

Fixes #7 * Add translations and DTDs * Don't deploy as MonoDevelop doesn't deploy folder structures and just puts the files in the root dir
author IBBoard <dev@ibboard.co.uk>
date Tue, 23 Dec 2008 20:29:09 +0000
parents
children
line wrap: on
line source

<!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>