Your IP : 216.73.216.209


Current Path : /usr/share/doc/libxml-libxml-perl/examples/
Upload File :
Current File : //usr/share/doc/libxml-libxml-perl/examples/dtd.xml

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