I am new to XQuery. Can anyone explain how the debug process happens in XQuery?
For example, how to debug the below declaration:
declare
%rxq:produces('*/*')
%rxq:POST
%rxq:path('/sstatement/(Report)/([^/]+)')
function ReportSupplement(
$supplementType
, $submissionId
)
Please suggest any site for debugging XQuery.
Thanks in advance.