Hi, You need to make sure that xml-apis.jar, xercesImpl.jar and xalan.jar are in the "Build Path" of the project where your application files are. Set the Build Path by right clicking on the project, selecting Properties and then following the menus.
I'm assuming that you're selecting the class you want to run and then
clicking the "Run" icon? If so, then an alternative is to select the
classpath tab in the Run dialog and add the jars in there.
Ilene.
Dinesh
Varadharajan To: [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc:
ectica.com> Subject: [XSLT] Error while
transforming.
06/05/2003 09:44
AM
Hi,
I am using Xalan-J for transformation. While creating new instance with
TransformerFactory I am getting the following error.
"javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found at
javax.xml.transform.TransformerFactory.newInstance(Unknown Source)"
in the line
TransformerFactory tFactory = TransformerFactory.newInstance();
The jar files are in classpath and there is no conflict. I am doing the
transformation from the Eclipse IDE. I even tried setting the system
properties. I got struck up with this. Any relief...
Thanks in advance,
Dinesh
