annotate dtds/translation.dtd @ 19:711807b9155a

Re #10 - Convert to .csproj files * Add missing classes to IBBoard .csproj
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 15:58:56 +0000
parents f4da31cb09d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
f4da31cb09d9 * Add translation DTD to utils project
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <!ELEMENT translations (translation*)>
f4da31cb09d9 * Add translation DTD to utils project
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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 -->
f4da31cb09d9 * Add translation DTD to utils project
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <!ATTLIST translation id ID #REQUIRED>
f4da31cb09d9 * Add translation DTD to utils project
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <!ATTLIST translations lang CDATA #REQUIRED>