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