1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-20 22:30:16 +08:00
Files
libxml2/test/XPath/xptr/strrange2
Daniel Veillard 2ffc3591c1 - parser.[ch]: added xmlIOParseDTD()
- 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
2000-10-30 15:36:47 +00:00

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))