Codebase list libjdom2-intellij-java / bab25b6a-14eb-422e-81c1-395db8be43f8/main test / src / resources / SAXBuilderTestDecl.dtd
bab25b6a-14eb-422e-81c1-395db8be43f8/main

Tree @bab25b6a-14eb-422e-81c1-395db8be43f8/main (Download .tar.gz)

SAXBuilderTestDecl.dtd @bab25b6a-14eb-422e-81c1-395db8be43f8/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 -->