/ libxml2 / test / dtd13
dtd13
1  <!-- comment before the DTD -->
2  <!DOCTYPE doc [
3  <!ELEMENT doc ANY>
4  ]>
5  <!-- comment after the DTD -->
6  <doc/>