他の XQuery プロセッサで完全に実行されている次のコマンドを実行しています
for $title in doc("dbxml:/auction/auction")/site/regions/*
for $tit in $title for $it in $tit/item
let $country:=$it/location
group by $country
return <result><loc>{ $country }</loc><num>{count($title)}</num></result>
ただし、Berkeley では不可解なエラーが発生します。
助けてください。
PS 必要に応じて詳細を提供します