"ravikanth gangarapu" <[EMAIL PROTECTED]> writes:

>    I've got a weird problem using Xerces perl on a web page. I have a
>    cgi file to parse an xml document. It uses XML::DOM and working
>    very good. Now, I want to do that using XML::Xerces. So, I
>    modified the file appropriately( as far as i know). But, This
>    Xerces version of CGI file and doesnot show me the http session
>    objects. It sets the cookie in browser(for first time). but, when i
>    view the page 2nd time it doesnot show(contain) any of the session
>    objects that i put in the first time i used that page. i am using
>    CGI.pm and Apache::Session::DB_File. But, the XML::DOM used CGI is
>    working just fine. This may not be Xerces problem. But, I thought
>    you may know.

You've got a lot of code that can potentially raise exceptions, like
any new() or parse(). If it's raising an exception then that would
cause the CGI to die. Is there anything in your server log?

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to