summaryrefslogtreecommitdiff
path: root/doc/src/snippets/patternist/nextLastParagraph.xq
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/patternist/nextLastParagraph.xq')
-rw-r--r--doc/src/snippets/patternist/nextLastParagraph.xq1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/snippets/patternist/nextLastParagraph.xq b/doc/src/snippets/patternist/nextLastParagraph.xq
new file mode 100644
index 0000000..9424f79
--- /dev/null
+++ b/doc/src/snippets/patternist/nextLastParagraph.xq
@@ -0,0 +1 @@
+doc('index.html')//p[last() - 1]