Hi all, How can I replace the JAX* Factories provided by the JDK? I have several bundles using DOM and XPath (some self written, some containing existing code, etc). I need to use XPath 2.0 to get things working, and when using Saxon in a non-osgi application it is enough to simply put the Saxon jar file on the classpath. The Saxon jar provides ServiceLoader services for this.
I've seen several references how ServiceLoaders can be used from OSGi, but since the JAX* ServiceLoaders are part of the JDK I don't need to make a ServiceLoader myself. Any thoughts? Tia! -- Met vriendelijke groet, Alexander Broekhuis

