Codebase list libjdom2-intellij-java / bullseye-backports/main test / src / resources / SAXBuilderTestDecl.dtd
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

SAXBuilderTestDecl.dtd @bullseye-backports/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 -->