diff options
Diffstat (limited to 'spss.test/resources/tollesDTD.dtd')
-rw-r--r-- | spss.test/resources/tollesDTD.dtd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spss.test/resources/tollesDTD.dtd b/spss.test/resources/tollesDTD.dtd new file mode 100644 index 000000000..d31c4ffe5 --- /dev/null +++ b/spss.test/resources/tollesDTD.dtd @@ -0,0 +1,4 @@ +<!ELEMENT Document ()+>
+<!ATTLIST Document
+ attr CDATA #IMPLIED "wert"
+>
|