1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/XInclude/ns1.xml
Nick Wellnhofer 87d20b554c Fix regression introduced with commit 74dcc10b
The code wasn't dead after all, but I can see no reason in delaying
the XPointer evaluation. This could lead to nodes included earlier
appearing in XPointer results.
2020-08-19 13:52:08 +02:00

11 lines
251 B
XML

<?xml version="1.0"?>
<doc xmlns:xi="http://www.w3.org/2001/XInclude">
<ns:elem xmlns:ns="urn:foo" xml:id="a"/>
<elem xmlns:ns="urn:foo">
<ns:elem xml:id="a"/>
</elem>
<ns:elem xmlns:ns="urn:bar"/>
</doc>