mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
xpointer(id('chapter1')/p)
|
|
xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
|