Hi,

Martin Nwalal wrote:

> Hi,
> I have problem to parse my XML file throught th servlet.
> I have following errors:
>
> [Warning] :1:-1: com.sun.xml.parser/V-001
> [Fatal Error] :1:-1: com.sun.xml.parser/P-067
> Could not parse 'in' parameter in rh.parseXML(in,parserClass)
> org.xml.sax.SAXParseException: com.sun.xml.parser/P-067
>

This one says that ->in<- parameter cannot be found. I guess this in the file
that you want to parse.
Sounds like you want to parse file saved to session context.

anil

>
> and
>
>         <ServletContext-General> Cannot find resource 'favicon.ico' in
> document root 'D:\weblogic\myserver\public_html'.
>
> Thanks for help
>
> ___________________________________________________________________________
> 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