Function Reference

GetValue

Gets a value.

Syntax:

wwadapterconf:GetValue($name)
wwadapterconf:GetValue($name, $defaultValue)

Parameters:

Name

Type

Description

name

string

The input configuration item name.

defaultValue

string

The default value.

Returns:

string: The value.

Example:


<xsl:variable name="VarOutputFormat" select="wwadapterconf:GetValue('OutputFormat')" />

Last modified date: 08/12/2026