We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4862e2b + 98fd057 commit 6517fc6Copy full SHA for 6517fc6
exist-core/src/main/java/org/exist/http/RESTServerParameter.java
@@ -66,7 +66,8 @@ enum RESTServerParameter {
66
* The value of this parameter used in the body of POST requests
67
* has the following format:
68
*
69
- * <exist:query start? = number
+ * <exist:query xmlns:exist="http://exist.sourceforge.net/NS/exist"
70
+ * start? = number
71
* max? = number
72
* cache? = ("yes" | "no")
73
* session? = string
@@ -117,7 +118,7 @@ enum RESTServerParameter {
117
118
* exist:namespace?)
119
* </exist:qname>
120
- * <sx:sequence>
121
+ * <sx:sequence xmlns:sx="http://exist-db.org/xquery/types/serialized">
122
* (sx:value+)
123
* </sx:sequence>
124
0 commit comments