source:
josm/trunk/test/data/dom_external_entity.xml@
19026
Last change on this file since 19026 was 16560, checked in by , 4 years ago | |
---|---|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[16560] | 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.