android_mt6572_jiabo/external/libxml2/test/XPath/xptr/chaptersrange
2025-09-05 16:56:03 +08:00

4 lines
284 B
Text

xpointer(//chapter[position() = 2]/range-to(following::chapter[1]))
xpointer(//chapter[position() <= 2]/range-to(following::chapter[1]))
xpointer(//chapter[position() = last()]/range-to(following::chapter[1]))
xpointer(//chapter[position() = 3]/range-to(/.//chapter[position() = 1]))