mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
365cf67ff8
* parser.c: applied patch from Malcolm Rowe to avoid namespace troubles on rollback parsing of elements start #304761 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*: added it to the regression tests. Daniel
10 lines
303 B
XML
10 lines
303 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<article xmlns="tag:foofoofoofoofoofoofoofoo"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:dcterms="http://purl.org/dc/terms/">
|
|
<foop:content xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:foop="tag:foofoofoofoofoofoofoofoo">
|
|
</foop:content>
|
|
</article>
|
|
|