OK, I'm not quite sure what you are trying to do here, but try starting your Page_Load method with the following:
That should then provide pure XML to the output stream.Code:Response.Clear() Response.ContentType = "text/xml" Response.ContentEncoding = Encoding.UTF8



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks