libxml-libxml-perl/example/dtd.xml

6 lines
111 B
XML

<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ENTITY foo " test ">
]>
<doc>This is a valid document &foo; !</doc>