Exception while transforming an xml
Hi,
Trying to create the trasformer object to transform an XML using the XSLT.
Transformer transformer = xsltFactory.newTransformer(strXslSource);
Getting the below exception:
EXCEPTION MESSAGE :Message : javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.SAXParserFactory cannot be found
Exception Stack Trace
Can anyone please tell me the solution for the above problem

