summaryrefslogtreecommitdiff
path: root/test/c14n/without-comments/merlin-c14n-two-08.xpath
blob: 24fdd3f4f0a0f8424f88b0632ba80ca5151f733c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<XPath xmlns:bar="http://example.org/bar" xmlns:baz="http://example.org/baz" xmlns:foo="http://example.org/foo" xml:lang="en-ie">
    (//. | //@* | //namespace::*) 
    [ 
              <!-- no namespace nodes but the default on alternate elements -->
              ancestor-or-self::bar:Something  and
              (self::text()  or
               (namespace-uri() != "")  or
               ((name() = "")  and
                ((count(ancestor-or-self::node()) mod 2) = 1)))
    ]
</XPath>