/ libxml2 / test / dtd3
dtd3
1  <!DOCTYPE doc [
2  <!ELEMENT doc ANY>
3  ]>
4  <doc>This is a valid document !</doc>
5