mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-31 13:47:30 +03:00
f431eb8144
* SAX.c test/valid/ns* test/result/ns*: applied the patch provided by Brent Hendricks fixing #105992 and integrated the examples in the testsuite. Daniel
10 lines
206 B
XML
10 lines
206 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE a:outer [
|
|
|
|
<!ELEMENT a:outer EMPTY>
|
|
<!ATTLIST a:outer xmlns:a CDATA #FIXED 'urn:namespace'>
|
|
<!ATTLIST a:outer xmlns:b CDATA #FIXED 'urn:namespaceb'>
|
|
]>
|
|
|
|
<a:outer />
|