source: josm/trunk/test/data/preset_external_entity.xml@ 17000

Last change on this file since 17000 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: 201 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE updateProfile [
3 <!ENTITY file SYSTEM "file:///tmp/passwd">
4]>
5<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
6 &file;
7</presets>
Note: See TracBrowser for help on using the repository browser.