>> "<!ENTITY name 'richard'> ... <p>my name is &name;</p>"
It's worth pointing out that Richard wants ALL of the PCDATA of the
<p> element to be returned as one string of characters "my name is
Richard", rather than as two strings "my name is " and "Richard".