Blame | Last modification | View Log | Download | RSS feed
<?xml version="1.0"?> <!DOCTYPE doc [ <!ENTITY x "value for x"> ]> <doc> Some text and an entity reference &x; </doc>
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ENTITY x "value for x">
]>
<doc>
Some text and an entity reference &x;
</doc>