/ libxml2 / test / VC / ElementValid2
ElementValid2
1  <!DOCTYPE doc [
2  <!ELEMENT doc (p)*>
3  ]>
4  <doc><p/></doc>