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