Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 29b96eb7 authored by Mark Rainbird's avatar Mark Rainbird
Browse files

Changes for Fusion compatability

Existing application does not work with Fusion due to different
implementation of collection function. Fusion does not return non-XML
content such as XQuery files which means the endpoints are not
found. There is also a function name clash in openapi-tests-simple.xqm
which creates an error in Fusion with the sample endpoints.

Issue is resolved with recursive functions that use xmldb functions  in
order to find child resources and collections to build the list of uris in
place of existing base-uri function. This works in both Fusion and eXist

There is also an extension to the list of recognised xquery file
extensions to cover other used formats.
parent edf6b2fc
No related branches found
No related tags found
No related merge requests found
Pipeline #169678 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment