mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- xpointer.c: added support for the 2 extra parameters of string-range, fixed a stoopid error when '0' was present in XPointer expressions - test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added testsuite for the above Daniel
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
xpointer(string-range(//p, 'test', 2))
|
|
xpointer(string-range(//p, 'test', 2, 2))
|
|
xpointer(string-range(//p, 'difficult', 1, 0))
|