Blame test/c14n/without-comments/example-7.xpath

Packit 21b7a2
<XPath xmlns:ietf="http://www.ietf.org" >
Packit 21b7a2
    (//.|//@*|//namespace::*)
Packit 21b7a2
    [
Packit 21b7a2
	self::ietf:e1
Packit 21b7a2
	    or
Packit 21b7a2
	(parent::ietf:e1 and not(self::text() or self::e2))
Packit 21b7a2
	    or
Packit 21b7a2
	count(id("E3")|ancestor-or-self::node()) = count(ancestor-or-self::node())
Packit 21b7a2
    ]
Packit 21b7a2
</XPath>