Hi, Our product has to use a different XSL transformer than Xalan, but WebLogic server is not happy with having two transformers in the classpath. So we have to remove xalan. That would render XML Security not usable.
I figure we can just replace all imports of 'org.apache.xpath/xml.utils/xml.dtm' with the ones with com.sun prefixes (which comes with the JDK) So far, xmlsecurity jar seems to be compiled. Has anyone tried that before? Any problem in this approach? Thanks