/ libxml2 / test / errors / dtd13
dtd13
1  <!DOCTYPE doc [
2  <!ENTITY EndAttr "27'" >
3  ]>
4  <doc>
5  <element attribute='a-&EndAttr;>
6  </doc>