Mercurial > repos > IBDev-IBBoard.WarFoundry.API
view dtds/translation.dtd @ 4:163b35f875ef
Re #7 - Add DTDs to API project because they're API related rather than GUI related
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 26 Dec 2008 12:32:16 +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>