Skip to content

Commit 080cb76

Browse files
committed
docs(xquery): highlight func docs in context of xquery support
see #411
1 parent 290af25 commit 080cb76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/xar-resources/data/xquery/xquery.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>XQuery in eXist-db</title>
8-
<date>2Q19</date>
8+
<date>1Q20</date>
99
<keywordset>
1010
<keyword>xquery</keyword>
1111
</keywordset>
@@ -31,9 +31,10 @@
3131
>XQuery 3.1: An XML Query Language</link> and <link condition="_blank"
3232
xlink:href="https://www.w3.org/TR/xpath-functions/">"XPath and XQuery Functions and
3333
Operators 3.1"</link>, with the exception of certain <link
34-
xlink:href="#unsupported-features">unsupported features and functions</link>. For
34+
xlink:href="#unsupported-features">unsupported features and functions</link>. </para>
35+
<note><para>For
3536
complete documentation on functions in eXist-db, see <link condition="_blank"
36-
xlink:href="{${fundocs.pkg.abbrev}}">XQuery Function Documentation</link>.</para>
37+
xlink:href="{${fundocs.pkg.abbrev}}">XQuery Function Documentation</link>.</para></note>
3738
<para>eXist-db's XQuery implementation has been tested against the official <link
3839
condition="_blank" xlink:href="https://dev.w3.org/2006/xquery-test-suite/">XML Query Test
3940
Suite (XQTS)</link>. An updated test suite runner to test conformance against the

0 commit comments

Comments
 (0)