diff options
Diffstat (limited to 'doc/src/snippets/patternist/nextLastParagraph.xq')
-rw-r--r-- | doc/src/snippets/patternist/nextLastParagraph.xq | 1 |
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] |