Blame test/c14n/without-comments/test-2.xpath

Packit Service a31ea6
Packit Service a31ea6
<XPath xmlns:n1="http://example.net" >
Packit Service a31ea6
    (//. | //@* | //namespace::*)
Packit Service a31ea6
    [
Packit Service a31ea6
	ancestor-or-self::n1:elem2
Packit Service a31ea6
    ]
Packit Service a31ea6
</XPath>
Packit Service a31ea6