Closed nkutsche closed 2 years ago
As I am using JAXP to instantiate Saxon (TransformerFactory.newInstance (SAXON_TRANSFORMER_FACTORY_CLASS, aEffectiveClassLoader);
) I don't know how to pass a configuration file.
Instead I enabled XInclude by default now. Does that help (better late than never ;-) ) - would be part of 6.0.2
Hi,
...and another issue I'm working on right now. :blush:
Currently I'm using a hack to support XInclude in my source files. By adding this templates:
it works at least with the Schematron engine (in ant). But it is a hack and will lead maybe to other issues.
It would be much cleaner if I just could pass a Saxon config file to activate the XInclude support of the Saxon. But as far as I can see there is no such option here, is there?
Thanks!