libxml-libxml-perl/example/dtd.xml

6 lines
111 B
XML
Raw Normal View History

2022-09-27 15:00:17 +08:00
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ENTITY foo " test ">
]>
<doc>This is a valid document &foo; !</doc>