mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-18 19:40:25 +08:00
* parser.c: fixed namespace bug in push mode reported by Rob Richards * test/ns6 result//ns6*: added it to the regression tests * xmlmodule.c testModule.c include/libxml/xmlmodule.h: added an extra option argument to module opening and defined a couple of flags to the API. Daniel
6 lines
74 B
XML
6 lines
74 B
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<foo xmlns="http://abc"/>
|
|
<bar/>
|
|
</root>
|