Annotation of embedaddon/libxml2/test/c14n/without-comments/test-2.xpath, revision 1.1

1.1     ! misho       1: 
        !             2: <XPath xmlns:n1="http://example.net" >
        !             3:     (//. | //@* | //namespace::*)
        !             4:     [
        !             5:        ancestor-or-self::n1:elem2
        !             6:     ]
        !             7: </XPath>
        !             8:  

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