XmlNamespaceManager.LookupNamespace(Text, var Text) Method
Version: Available or changed with runtime version 1.0.
Gets the namespace URI for the specified prefix.
Syntax
[Ok := ] XmlNamespaceManager.LookupNamespace(Prefix: Text, var Result: Text)
Parameters
XmlNamespaceManager
Type: XmlNamespaceManager
An instance of the XmlNamespaceManager data type.
Prefix
Type: Text
The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.
Result
Type: Text
The namespace URI for prefix.
Return Value
[Optional] Ok
Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
XmlNamespaceManager Data Type
Get Started with AL
Developing Extensions