On Tue, 2003-04-01 at 02:01, Don Saxton wrote: > I have tried several xsl and after double checking each of them I am > stumped. > > I found several zarros in bugzilla. In mail list I have seen several > "Failed to execute pipeline" and a couple related to NPE, but none > linking either to "Errors in XSLT". Worse these other msgs don't > indicate what solved the their problems. > > I am running 2.04 on w2k and I sure could use a clue. All classes > immediately surrounding the error are all cocoon. I have been > studiously avoiding 2.1 beta chaos. Is it now time to dive in? will > that help?
Hey Don, Could you maybe try to put in a log transformer before your XSL and send the output of that as an attachment? I'm not sure but just maybe the error is caused by some invalid SAX-events being generated. The logtransformer can be used as follows: <map:transform type="log"> <map:parameter name="logfile" value="output.txt"/> </map:transform> and then all sax-events will be logged to the file output.txt. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]