Revision [990]
This is an old revision of CommandDeclare made by DavidLee on 2009-11-25 09:52:45.
Command declare
Name
declare Declares or lists namespacesSynopsis
declaredeclare namespace [prefix=[uri]]
The declare command is used to add global declarations to the shell. Currently the declare namespaces is the only declaration.
Future may include serialization
If uri is omitted then the namespace is undeclared
Examples
Example$ declare namespace xmlsh=http://www.xmlsh.org/namespaces/xmlsh $ declare namespace xmlsh=http://www.xmlsh.org/namespaces/xmlsh
Commands
CategoryCommands