I want to define an entity containing XML markup similar to the following in my XML document.
<testElm testAtt="attValue">Only a test.</testElm>
Is it possible to do this with an internal entity? Will I have to resort to an external entity? What is the best practice when declaring entities that contain XML markup?