Annotation of embedaddon/libxml2/test/XPath/tests/chaptersprefol, revision 1.1.1.1

1.1       misho       1: /following::*
                      2: /preceding::*
                      3: /child::EXAMPLE/preceding::*
                      4: /child::EXAMPLE/following::*
                      5: /child::EXAMPLE/child::chapter[3]/preceding::*
                      6: /child::EXAMPLE/child::chapter[3]/following::*
                      7: /child::EXAMPLE/child::chapter[1]/image/preceding::*
                      8: /child::EXAMPLE/child::chapter[1]/image/following::*

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