mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-12 16:58:16 +03:00
9 lines
151 B
XML
9 lines
151 B
XML
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ENTITY e "-">
|
||
|
]>
|
||
|
<doc>
|
||
|
<e xmlns="foo:x&x&x'x-x"/>
|
||
|
<e xmlns:ns="foo:x&x&x'x-x"/>
|
||
|
</doc>
|