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

Tree @upstream/2.0.6+git20180529 (Download .tar.gz)

SAXBuilderTestDecl.dtd @upstream/2.0.6+git20180529

c07e532
 
 
 
 
 
 
 
 
 
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 -->