René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Nesting entities

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE foo 
[
  <!ELEMENT foo  (#PCDATA)  >
  <!ENTITY  a    "&b;world" >
  <!ENTITY  b    "hello"    >
]>

<foo>
  &a;
</foo>