Bug #2486
closedUsing -catalog with .NET command line
100%
Description
The command line argument -catalog causes a crash on Saxon-HE 9.6.05 and 9.6.07 for .NET.
Transform.exe -s:sample.xml -xsl:sample.xsl -o:out.xml -catalog:catalog.xml
Ausnahmefehler: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl, saxon9ee, Version=9.6.0.7, Culture=neutral, PublicKeyToken=e1fdd002d5083fe6 not found
bei java.lang.Class.newInstance0(CallerID )
bei java.lang.Class.newInstance(CallerID )
bei net.sf.saxon.trans.DynamicLoader.getInstance(String className, ClassLoader classLoader)
bei net.sf.saxon.Configuration.makeURIResolver(String className)
bei net.sf.saxon.trans.XmlCatalogResolver.setCatalog(String catalog, Configuration config, Boolean isTracing)
bei net.sf.saxon.trans.CommandLineOptions.applyToConfiguration(Processor processor)
bei net.sf.saxon.Transform.doTransform(String[] args, String command)
bei Saxon.Cmd.DotNetTransform.Main(String[] args)
All files are valid and functional. Transformation.exe works as expected without the -catalog argument.
Related issues
Please register to edit this issue