9 Jul
2020
9 Jul
'20
4:13 p.m.
Is the catalog schemas/catalog.xml residing in file:current-dir()? On 09.07.2020 16:02, Lizzi, Vincent wrote:
Hi Gerrit,
Thank you for the hint! Removing quotes from the pragma did not work in this case.
(# db:catfile schemas/catalog.xml #)
The catalog file is also configured at the beginning of the query:
declare option db:catfile 'schemas/catalog.xml';
This detail about not needing quotes in a pragma is worth remembering though!.
Vincent