Hi Deepa,

your problem is that you don't have an XML parser
accessible to the JVM at runtime. Try sticking
crimson.jar (http://xml.apache.org/crimson/) or
xerces.jar (http://xml.apache.org/xerces-j/) in
there. From the way you invoke Java, I assume you
have xalan.jar in your JVM's lib/ext directory,
so putting crimson.jar or xerces.jar there also
ought to do the trick.

Cheers,

        - Gulli



> -----Original Message-----
> From: Parthasarthy, Deepa (CAP, PTL, Rapidigm, Consultant)
> [mailto:[EMAIL PROTECTED]]
> Sent: 21. september 2001 17:47
> To: '[EMAIL PROTECTED]'
> Subject: Xalan Error
> 
> 
> Hi,
> When I was trying with the example given in the document I am getting this
> error. Can you tell what is the problem and what I need to fix in my system.
> 
> Thanks in advance
> 
> Deepa
> 
> C:\xalan-j_2_2_D10>java org.apache.xalan.xslt.Process -in sales3q.xml -xsl
> sales-column-chart.xsl
> 
> (Location of error unknown)XSLT Error
> (javax.xml.transform.TransformerConfigurationException):
> javax.xml.parsers.FactoryConfigurationError:
> java.lang.ClassNotFoundException:
> org.apache.crimson.jaxp.SAXParserFactoryImpl
> 
> C:\xalan-j_2_2_D10>
  • Xalan Error Parthasarthy, Deepa (CAP, PTL, Rapidigm, Consultant)
    • Gunnlaugur Thor Briem

Reply via email to