mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
8 lines
145 B
XML
8 lines
145 B
XML
|
<!DOCTYPE doc [
|
||
|
<!ENTITY e "-">
|
||
|
]>
|
||
|
<doc>
|
||
|
<e xmlns="foo:x&x&x'x&e;x"/>
|
||
|
<e xmlns:ns="foo:x&x&x'x&e;x"/>
|
||
|
</doc>
|