Re: [xsl] output of xsl:message in Cocoon2

Subject: Re: [xsl] output of xsl:message in Cocoon2
From: "lrs" <lrs@xxxxxxxxxxxx>
Date: Tue, 9 Jul 2002 13:19:14 -0500
Thanks! I found it in core.log. Do you know why that log is used?

From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>


> Look into the log files of Cocoon. Add a string to search for in your 
> XSLT, some thing like
> 
> <xsl:message>
>    <xsl:text>search string: abcdefgh</xsl:text>
>    <!-- your normal message output -->
> </xsl:message>
> 
> In one of the logs you will find an exception thwrown by <xsl:message/> 
> and you will find it faster by searching for 'abcdefgh'.
> 
> Hope this helps,
> 
> Joerg
> 
> lrs wrote:
> > Hi All,
> > 
> > Where does the output of xsl:message go in Cocoon2/Tomcat4.0.3/Win2K?
> > In C1 it went to the tomcat console window.
> > 
> > I asked on the Cocoon users list and didn't get an answer. 
> > 
> > Thanks,
> > Leona
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread