Function Reference
GetValue
Gets a value.
Syntax:
wwadapterconf:GetValue($name)
wwadapterconf:GetValue($name, $defaultValue)Parameters:
Name | Type | Description |
|---|---|---|
|
| The input configuration item name. |
|
| The default value. |
Returns:
string: The value.
Example:
<xsl:variable name="VarOutputFormat" select="wwadapterconf:GetValue('OutputFormat')" />Last modified date: 08/12/2026