diff options
author | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:20:46 +0900 |
---|---|---|
committer | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:20:46 +0900 |
commit | 7122fb9745e4622cb4c5d340cf1557e2fda1efe3 (patch) | |
tree | 393207d68983c3b587733b83714bef2de2457025 /examples/xml/c14n.xpath | |
download | xmlstarlet-7122fb9745e4622cb4c5d340cf1557e2fda1efe3.tar.gz xmlstarlet-7122fb9745e4622cb4c5d340cf1557e2fda1efe3.tar.bz2 xmlstarlet-7122fb9745e4622cb4c5d340cf1557e2fda1efe3.zip |
Initialize Tizen 2.3tizen_2.3_releasesubmit/tizen_2.3/20150202.060653submit/tizen_2.3/20140531.1148112.3a_releasetizen_2.3
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> |