Annotation of embedaddon/libxml2/test/c14n/1-1-without-comments/example-8.xpath, revision 1.1

1.1     ! misho       1: <XPath xmlns:ietf="http://www.ietf.org" >
        !             2:     (//.|//@*|//namespace::*)
        !             3:     [
        !             4:        self::ietf:e1
        !             5:            or
        !             6:        (parent::ietf:e1 and not(self::text() or self::e2))
        !             7:            or
        !             8:        count(id("E3")|ancestor-or-self::node()) = count(ancestor-or-self::node())
        !             9:     ]
        !            10: </XPath>

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