1<?xml version="1.0"?> 2<!DOCTYPE foo [ 3<!ENTITY c PUBLIC "bar" "/etc/doesnotexist"> 4]> 5<root>&c;</root> 6