On Thu, 2019-03-07 at 13:19 +0100, Christian Grün wrote:
Hi Liam,
works if i uncomment the option declaration, but not otherwise.
Interesting; seems I have overlooked something. And I must admit I haven’t tried to run it by myself so far. Could you possibly send me a little self-contained example (xsl, catalog file, file referenced by the xsl file) that demonstrates the missing URI resultion and that I could embed as unit test?
Yes, enclosed, with a README that says what output is expected, and the two problems - [A] the wrong catalog file being used. [B] a spurious message
Now, in fact, if you changed the catalog option to a boolean, and documented that the db:option should be used, i think you’d be fine.
Liam
i'd suggest either checking if the systemProperty for it is set, … The system property is xml.catalog.ignoreMissing
Yes, sounds reasonable. It’s actually what I already tried before I decided to drop the static property assignment.
Thanks, Christian