friends , I am getting following run time error while creting the parser for DOM parse of XML document. Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) at p_xml.parsedoc(p_xml.java:28) at p_xml.<init>(p_xml.java:15) at p_xml.main(p_xml.java:22) I am using jdk1.3 and following files are in classpath xerceslmpl.jar,dom.jar, sax.jar;jaxp-api.jar, xalan.jar ,xsltc.jar how to set xerce parser instead of default crimson parser? any idea?
thanks ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html