summaryrefslogtreecommitdiff
path: root/test/c14n/without-comments/test-2.xpath
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/without-comments/test-2.xpath')
-rw-r--r--test/c14n/without-comments/test-2.xpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/c14n/without-comments/test-2.xpath b/test/c14n/without-comments/test-2.xpath
new file mode 100644
index 0000000..9653bc3
--- /dev/null
+++ b/test/c14n/without-comments/test-2.xpath
@@ -0,0 +1,8 @@
+
+<XPath xmlns:n1="http://example.net" >
+ (//. | //@* | //namespace::*)
+ [
+ ancestor-or-self::n1:elem2
+ ]
+</XPath>
+ \ No newline at end of file