Codebase list libjdom2-intellij-java / 0e88ca79-463e-439e-9ce1-3fe456402d81/main test / src / resources / SAXBuilderTestDecl.dtd
0e88ca79-463e-439e-9ce1-3fe456402d81/main

Tree @0e88ca79-463e-439e-9ce1-3fe456402d81/main (Download .tar.gz)

SAXBuilderTestDecl.dtd @0e88ca79-463e-439e-9ce1-3fe456402d81/mainraw · 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 -->