1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/test/scripts/whereis.xml
Nick Wellnhofer ad0f5d27c4 tree: Fix xmlGetNodePath
- Fix quadratic behavior
- Don't truncate names

Fixes #715.
2025-06-24 13:57:20 +02:00

19 lines
296 B
XML

<d:doc xmlns:d="urn:d" xmlns:e="urn:e">
<a/><b/>
<a/><c/>
<a/>
<a>
<e:e/>
<e:e/><b/>
<e:e/>
<e:e/>
<e:e xmlns="urn:g">
<x/>
<x/>
<x e:attr="val"/>
</e:e>
<e:e/>
</a>
<a/>
</d:doc>