jcs:output() Function

Syntax

expr jcs:output('string')

Description

Generate unformatted output text. The text appears in the CLI.

Parameters

XSLT syntax:

<xsl:value-of select="jcs:output('The VPN is up.')"/>

SLAX syntax:

expr jcs:output('The VPN is up.');