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.')"/>
jcs:output(expression)
jcs:output(
expression
)
Generate unformatted output text. The function emits an <output> element. The text appears in the CLI.
<output>
<xsl:variable name="ignore" select="jcs:output('The VPN is up.')"/>