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

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