-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of
Gerardo Nuņez
Sent: Tuesday, December 24, 2002 4:14 PM
To: [EMAIL PROTECTED]
Subject: Re: offtopic XML parser use


The j2sdk 1.4 have DOM and Sax implementations.

try this,

Happy Holydays,

Gerardo
>
> De: "Avinash Pedgaonker , SA, NIC" <[EMAIL PROTECTED]>
> Fecha: 2002/12/24 mar AM 06:44:41 GMT-05:00
> Para: [EMAIL PROTECTED]
> Asunto: offtopic  XML parser  use
>
>  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
>
>

________________________________________________________________________
___
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

___________________________________________________________________________
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

Reply via email to