Tomcat and XML processing with JDK1.5
Cannot build the String representation of the XML DOM Document
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
If you get this error is probably because you are trying to do XML processing with the JDK1.5 inside tomcat. To overcome this you need to add xalan.jar and serializer.jar, xercesImpl.jar, xml-apis.jar to tomcat_home/common/endorsed folder. Go here for detailed discussion.