Annotation of embedaddon/libxml2/test/XPath/xptr/chaptersrange, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>