This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: output of xsl:message in Cocoon2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]