Salesforce

XMLGetAlias (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

XMLGetAlias (Magic xpa 3.x)

Retrieves the alias associated with a namespace for the root element.

Syntax:

XMLGetAlias (generation, device, URI)

Parameters:

generation – Numeric. A number that represents the task's hierarchic position in the runtime task tree. 0 represents the current task, 1 its immediate ancestor, and so on.

device – Numeric. A number that represents the sequence number of the I/O device in the current task.

URI – Alpha. An alphanumeric string representing a namespace URI. An empty URI is not allowed.

Returns:

An alphanumeric string representing the alias associated with the URI. If the URI is considered the default namespace for the XML, an empty string is returned. If an error occurs or there is no matching alias for the URI, a NULL value is returned.

This function fails when:

  • There is no alias-namespace pair defined for the specified URI.

  • The specified URI is not valid.

Example:

XMLGetAlias(0, 1, 'http://www.magicsoftware.com/mgns') retrieves the alias associated with URI - http://www.magicsoftware.com/mgns

Exceptions:

This function is not supported for Rich Client tasks.

See also:

XML Namespaces

XML Error Codes

The Online Samples project (program XM23)

Reference
Attachment 
Attachment