support for global variables type 'double'

This commit is contained in:
louis
2014-10-10 15:32:38 +02:00
parent ebe8ac563b
commit 7fbcc9d330
6 changed files with 18 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<!ELEMENT var (#PCDATA)>
<!ATTLIST var
name NMTOKEN #REQUIRED
type (int|string) #REQUIRED>
type (int|double|string) #REQUIRED>
<!ELEMENT token (trans)+>
<!ATTLIST token