jcs:trace() Function

Syntax

expr jcs:trace('expression')

Description

Issue a trace message, which is sent to the trace file.

Parameters

SLAX syntax:

expr jcs:trace('test');

XSLT syntax:

<xsl:value-of select="jcs:trace('test')"/>