Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Resolves the prefix part of a qualified name into a namespace URI.
string ms:local-name(string)
Remarks
The ms:local-name() function assumes that the parameter is a qualified name (for example, q:mine or coffee:beans) and returns the local name within the context of the current node. If the argument is not a qualified name or a noncolon name, this function returns an empty string. For nonstring arguments, this function behaves as if a string() function were applied.
Example
See the example for the ms:namespace-uri function.