Blame test/c14n/exc-without-comments/merlin-c14n-two-18.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
Packit 423ecb
    ]
Packit 423ecb
</XPath>