RC-WinTrans Object Model Help |
ProjectFile.RemoveNamespaceURIPrefix |
Removes a namespace URI definition from the XLIFF source file.
Syntax: |
RemoveNamespaceURIPrefix( NamespaceURI As String ) As Boolean |
Return: | Boolean |
Parameters: |
NamespaceURI Namespace URI to be deleted.
|
Example: | Dim ProjFile As ProjectFile Set ProjFile = Application.ActiveProjectFile Call ProjFile.RemoveNamespaceURIPrefix("http://www.mycompany.com") |
Remarks: | The namespace URI definition can only be removed if no node beneath uses this prefix. |
See also: