/ libxml2 / test / threads / abc.xml
abc.xml
1  <!DOCTYPE abc SYSTEM "http://example.org/abc.dtd">
2  <abc>
3    <a>Let's use predefined entites &amp; &lt; &gt;</a>
4    <b>Let's use a DTD defined entity &bent;</b>
5    <c/>
6  </abc>
7