/ libxml2 / result / dtd2
dtd2
1  <?xml version="1.0"?>
2  <!DOCTYPE doc [
3  <!ELEMENT doc (#PCDATA)>
4  ]>
5  <doc>This is a valid document !</doc>