lookupValue
This function returns a string by looking up the value for the target column in a domain value map, where the source column contains the given source value.
Signature:
dvm:lookupValue(dvmLocation,sourceColumnName,sourceValue,targetColumnName,defaultValue)
Arguments:
-
dvmLocation: The domain value map URI. -
sourceColumnName: The source column name. -
sourceValue: The source value (an XPath expression bound to the source document of the XSLT transformation). -
targetColumnName: The target column name. -
defaultValue: If the value is not found, then the default value is returned. -
QualifierSourceColumn: The name of the qualifier column. -
QualifierSourceValue: The value of the qualifier.
Property IDs:
-
namespace-uri: http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue -
namespace-prefix: dvm
For more information, see dvm:lookupValue.