diff options
Diffstat (limited to 'examples/xml/c14n.xpath')
-rw-r--r-- | examples/xml/c14n.xpath | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/xml/c14n.xpath b/examples/xml/c14n.xpath new file mode 100644 index 0000000..38bff9d --- /dev/null +++ b/examples/xml/c14n.xpath @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<XPath xmlns:n0="http://a.example.com" xmlns:n1="http://b.example"> +(//. | //@* | //namespace::*)[ancestor-or-self::n1:elem1] +</XPath> |