[Contents] [Prev] [Next] [Index] [Report an Error]


jcs:output()

Syntax

jcs:output(expression)

Description

Generate unformatted output text. The function emits an <output> element. The text appears in the CLI.

Usage Example

<xsl:variable name="ignore" select="jcs:output('The VPN is up.')"/>

[Contents] [Prev] [Next] [Index] [Report an Error]