Revision [309]
This is an old revision of CommandDeclare made by DavidLee on 2008-12-07 11:30:37.
declare {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
Example
$ declare namespace xmlsh=http://www.xmlsh.org/namespaces/xmlsh $ declare namespace xmlsh=http://www.xmlsh.org/namespaces/xmlsh
CommandsBuiltin