mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
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.
11 lines
251 B
XML
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>
|