change-ns-uri

Usage

change-ns-uri expression [expression]

Description

This command takes one or two arguments. The first argument is a new namespace URI and the second, optional, argument is a namespace prefix. It changes the URI value of a namespace declaration of the context node to the new value. If no prefix is given, the change applies to a declaration on the context node whose prefix equals to the prefix of the context node, otherwise the change applies to a declaration with the given prefix.

See Also

change-ns-prefix, set-ns, declare-ns, namespaces