Hi guys, Just wondering how I would configure a C3 project so I could use both Xalan and Saxon from my sitemap and java
I currently took the approach to just create a file META-INF/services/javax.xml.transform.TransformerFactory With following content: net.sf.saxon.TransformerFactoryImpl But I guess that restricts me to always use Saxon by default? Robby
