Blame test/c14n/without-comments/merlin-c14n-two-05.xpath

Packit 423ecb
Packit 423ecb
<XPath xmlns:bar="http://example.org/bar" xmlns:baz="http://example.org/baz" xmlns:foo="http://example.org/foo" xml:lang="en-ie">
Packit 423ecb
    (//. | //@* | //namespace::*) 
Packit 423ecb
    [ 
Packit 423ecb
              
Packit 423ecb
              ancestor-or-self::bar:Something  and
Packit 423ecb
              (self::text()  or
Packit 423ecb
               (namespace-uri() != ""))
Packit 423ecb
    ]
Packit 423ecb
</XPath>