jcs:progress() Function

Syntax

expr jcs:progress('string')

Description

Issue a progress message containing the single argument to the script log file.

Parameters

XSLT syntax:

<xsl:value-of select="jcs:progress('Working...')"/>

SLAX syntax:

expr jcs:progress('Working...');

Related Topics