Annotation of embedaddon/libxml2/result/XPath/xptr/vidbase, revision 1.1.1.1

1.1       misho       1: 
                      2: ========================
                      3: Expression: xpointer(id('chapter1')/p)
                      4: Object is a Node Set :
                      5: Set contains 4 nodes:
                      6: 1  ELEMENT p
                      7: 2  ELEMENT p
                      8: 3  ELEMENT p
                      9: 4  ELEMENT p
                     10: 
                     11: ========================
                     12: Expression: xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
                     13: Object is a Location Set:
                     14: 1 :   Object is a range :
                     15:   From node
                     16:     ELEMENT p
                     17:   To node
                     18:     ELEMENT p
                     19: 

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