view dtds/translation.dtd @ 16:0352fa33ee8f

Closes #8 - license code * Add LGPL header to IBBoard utility library * Add COPYING.LGPL and COPYING.GPL with details of license
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Jan 2009 15:04:31 +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>