When i call a
servlet with the javax.xml.transform.Transformer API's, I get the following error.
Servlet failed with exception javax.xml.transform.TransformerFactoryConfigurationError.
Provider for javax.xml.transform.TransformerFactory.newInstance(...) not found.
--------------
What do I need to set to make it work right?
Thanks a bunch
-Rao