私はそのようなデータベースを持っています
<rest:databases xmlns:rest="http://basex.org/rest"
name="xml"
resources="1">
<rest:resource type="xml"
content-type="application/xml"
size="33739"
>path/test.xml</rest:resource>
</rest:databases>
/rest/xml?query=//element
仕事のようなクエリ
しかし
/rest/xml/path?query=//element
do notのようなクエリ
また、次のようなクエリもありません/rest/xml/path/test.xml?query=//element
どちらもエラーを返します:
[BXDB0005] Query must yield database nodes.
アーキテクチャについて何を誤解していますか?