|
root / base / usr / src / contrib / libxml2 / test / entity-in-ns-uri.xml
entity-in-ns-uri.xml XML 8 lines 145 B
1
2
3
4
5
6
7
<!DOCTYPE doc [
  <!ENTITY e "-">
]>
<doc>
    <e xmlns="foo:x&#38;x&amp;x&apos;x&e;x"/>
    <e xmlns:ns="foo:x&#38;x&amp;x&apos;x&e;x"/>
</doc>