source:
vbox/trunk/src/libs/libxml2-2.9.14/test/errors/extparsedent.xml@
96734
Last change on this file since 96734 was 95312, checked in by , 3 years ago | |
---|---|
File size: 103 bytes |
Line | |
---|---|
1 | <?xml version="1.0"?> |
2 | <!DOCTYPE foo [ |
3 | <!ENTITY c PUBLIC "bar" "/etc/doesnotexist"> |
4 | ]> |
5 | <root>&c;</root> |
Note:
See TracBrowser
for help on using the repository browser.