Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 42780 invoked by uid 500); 14 Dec 2001 16:12:33 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 42768 invoked from network); 14 Dec 2001 16:12:33 -0000 Message-Id: <4.3.1.1.20011214105648.00c4f510@mail.dti.net> X-Sender: darose@mail.dti.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 14 Dec 2001 11:03:08 -0500 To: cocoon-users@xml.apache.org From: David Rosenstrauch Subject: Re: Help needed with debugging XSP In-Reply-To: <200112140805.RAA20452@porta.sybase.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Note: This response contains C2 terminology (e.g., "transformer", "serializer"). You'll have to convert to C1 terminology yourself. Some options: 1) Insert a log transformer after the XSP page. That will output the SAX events from the XSP page to a log file. 2) Instead of running the XSLT, modify your site to serialize the output right after the XSP file. Either: * set the output for download (set a request header of: Content-disposition: attachment; filename="..."), or * declare a new serializer that uses the XMLSerializer, but with mime type "text/plain", or * just output as regular XML, and use Microsoft IE to view the doc. It supports XML display. DR At 05:05 PM 12/14/01 +0900, you wrote: >Hello all, > >I am using Cocoon 1.8 with iAWS server. > >I have the following flow in my application. > >XML -> XSP -> XSLT > >XML file processed by XSP(actually an XSL) to add dynamic content. The >output of which is transformed by a Stylsheet and the result returned >to the user. > >Now, I want to look at the output generated by the XSP. > >How can I do that?? > >Thanks in advance for all the help. > >cheers >Adam > > >--------------------------------------------------------------------- >Please check that your question has not already been answered in the >FAQ before posting. > >To unsubscribe, e-mail: >For additional commands, e-mail: --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: