view dtds/translation.dtd @ 10:3b7a321e7c4c

Fixes #4 - unexpected exception in translations * Call private language load method to avoid check and exception * Don't null the local table after we've set a default
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jan 2009 12:02:36 +0000
parents f4da31cb09d9
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>