Imported Upstream version 2.9.1
[platform/upstream/libxml2.git] / test / errors / extparsedent.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE foo [
3 <!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
4 ]>
5 <root>&c;</root>