source: josm/trunk/test/data/dom_external_entity.xml

Last change on this file was 16560, checked in by simon04, 4 years ago

fix #19286 - External entities are resolved when parsing tagging presets (patch by hiddewie, modified)

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.