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')" />

Was this helpful?
Last modified date: 01/12/2026