Mercurial > repos > IBBoard
view 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 |
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>