Hi I am trying to return a XML document from my JSP the intersting thing what I found is the server is trying to validate the xml document before it sending to the client. If the xml document which I am trying to send is not well formatted or not valid according to DTD the server is trying to validate the xml document and it is taking huge amount of time before it fails. I am not understanding why the server is validating the xml document as far as the server it should just send the document as it is and let the client do all these validations. Is there any setting through which I can turn off this validation on the server? The work around I did is I set the content-type as plain/text so the server stopped the validiation. I don't think this is the work around for all my needs. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information
