<?xml version="1.0"?>
<!DOCTYPE doc [
 <!ENTITY x "value for x">
]>
<doc>
Some text and an entity reference &x;
</doc>
