Codebase list libjdom2-intellij-java / debian/2.0.6+git20180529-3 test / src / resources / SAXBuilderTestDecl.dtd
debian/2.0.6+git20180529-3

Tree @debian/2.0.6+git20180529-3 (Download .tar.gz)

SAXBuilderTestDecl.dtd @debian/2.0.6+git20180529-3raw · history · blame

1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<!--the external dtd with comments -->
	<!ELEMENT internalentities (#PCDATA)>
	<!ATTLIST internalentities test CDATA #IMPLIED>
    <!ATTLIST internalentities image ENTITY #REQUIRED>
	<!ENTITY didsimple 'simple entity' >
	<!ENTITY dtdsimple2 'another simple entity'>
	<!ENTITY % param '<!ELEMENT test (#PCDATA)>' >
<!-- dtd closing comment -->