Returns the prefix of a given namespace URI used in the XLIFF source file.

Syntax:

GetNamespaceURIPrefix( NamespaceURI As String ) As String
Return: String
Parameters: NamespaceURI Namespace URI for the given prefix.
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile
MsgBox ProjFile.GetNamespaceURIPrefix("http://www.schaudin.com")

See also:

Class ProjectFile


Last Updated: 04/27/05