comparison 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
comparison
equal deleted inserted replaced
3:f8932e1a6f5f 4:163b35f875ef
1 <!ELEMENT translations (translation*)>
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 -->
3 <!ATTLIST translation id ID #REQUIRED>
4 <!ATTLIST translations lang CDATA #REQUIRED>