summaryrefslogtreecommitdiff
path: root/test/XPath/xptr/chaptersparts
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/xptr/chaptersparts')
-rw-r--r--test/XPath/xptr/chaptersparts6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/XPath/xptr/chaptersparts b/test/XPath/xptr/chaptersparts
new file mode 100644
index 0000000..aadc47c
--- /dev/null
+++ b/test/XPath/xptr/chaptersparts
@@ -0,0 +1,6 @@
+xpointer(//chapitre[2])
+xpointer(//chapter[2])
+xpointer(//chapitre[2])xpointer(//chapter[2])
+xpointer(id("chapter1"))
+xpointer(//*[@id="chapter1"])
+xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])