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
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,