Codebase list libjdom2-intellij-java / 62cd0c04-d65f-4535-952d-da375ebeeea6/main test / src / resources / SAXBuilderTestDecl.dtd
62cd0c04-d65f-4535-952d-da375ebeeea6/main

Tree @62cd0c04-d65f-4535-952d-da375ebeeea6/main (Download .tar.gz)

SAXBuilderTestDecl.dtd @62cd0c04-d65f-4535-952d-da375ebeeea6/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 -->