/ libxml2 / test / dtd2
dtd2
1  <!DOCTYPE doc [
2  <!ELEMENT doc (#PCDATA)>
3  ]>
4  <doc>This is a valid document !</doc>