ns-xmlnamespace¶
The following operations can be performed on "ns-xmlnamespace":
unset ns xmlnamespace¶
Use this command to remove ns xmlnamespace settings.Refer to the set ns xmlnamespace command for meanings of the arguments.
Synopsis¶
unset ns xmlnamespace
set ns xmlnamespace¶
Modifies the mapping between an XML prefix and a namespace URI.
Synopsis¶
set ns xmlnamespace
Arguments¶
prefix XML prefix for which the namespace or description must be added or updated.
namespace Expanded namespace for which the XML prefix is provided.
description Description for the prefix.
Example¶
set ns xmlnamespace soap -description SOAP/1.1
add ns xmlnamespace¶
Adds a mapping between an XML prefix and a namespace URI (Uniform Resource Identifier).
Synopsis¶
add ns xmlnamespace
Arguments¶
prefix XML prefix.
namespace Expanded namespace for which the XML prefix is provided.
description Description for the prefix.
Example¶
add ns xmlnamespace soap http://schemas.xmlsoap.org/soap/envelope/
show ns xmlnamespace¶
Displays the mappings between XML prefixes to namespace URIs.
Synopsis¶
show ns xmlnamespace [
Arguments¶
prefix Name of the prefix for which the mappings must be displayed.
Output¶
namespace Expanded namespace for which the XML prefix is provided.
description Description for the prefix.
devno count stateflag
Example¶
show ns xmlnamespace soap
rm ns xmlnamespace¶
Removes the mapping between an XML prefix and a namespace URI.
Synopsis¶
rm ns xmlnamespace
Arguments¶
prefix XML prefix for which the mapping must be removed.
Example¶
rm ns xmlnamespace soap