(root)/
libxml2-2.12.3/
test/
ent11
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE doc [
 <!ENTITY newl "&#13;">
]>

<doc>&newl;</doc>