mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
0996a162c9
* pattern.c: fixed the namespaces support * tree.c: fixed xmlGetNodePath when namespaces are used * result/pattern/multiple result/pattern/namespaces test/pattern/multiple.* test/pattern/namespaces.*: added more regression tests Daniel
6 lines
64 B
XML
6 lines
64 B
XML
<c>
|
|
<b><a/><a/></b>
|
|
<c><b><a/><a/></b></c>
|
|
<b><a/><a/></b>
|
|
</c>
|