Re: Help needed with debugging XSP

2001-12-14 Thread Jeff Turner
On Fri, Dec 14, 2001 at 05:05:44PM +0900, Adam A R 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

Re: Help needed with debugging XSP

2001-12-14 Thread David Rosenstrauch
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,