/ libxml2 / test / ent13
ent13
1  <?xml version='1.0' ?>
2  <!DOCTYPE test [
3  <!ENTITY ampproblem '&amp;'>
4  ]>
5  <t a="&ampproblem;">a</t>
6