source:
josm/trunk/test/data/dom_external_entity.xml@
17867
Last change on this file since 17867 was 16560, checked in by , 4 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE updateProfile [ |
3 | <!ENTITY file SYSTEM "file:///tmp/passwd"> |
4 | ]> |
5 | <root> |
6 | &file; |
7 | </root> |
Note:
See TracBrowser
for help on using the repository browser.