1<?xml version="1.0"?>
2<!DOCTYPE doc [
3 <!ENTITY x "value for x">
4]>
5<doc>
6Some text and an entity reference &x;
7</doc>
8