The command :
> usoft-bindir\ublendit.exe pc
|
gives you a full list of USoft Blend directives using the "pc:" namespace prefix. These are all the available directives in the "Processing.Command" namespace, assuming that you are using the conventional prefix "pc" for this namespace.
You can search for directives that have a pattern in their name, for example, the letters "drop":
> usoft-bindir\ublendit.exe pc p=drop
|
You can view a directive's XSLT source:
> usoft-bindir\ublendit.exe pc pc:DropDatabase
|
You can call a directive from the command line:
> usoft-bindir\ublendit.exe call:pc:DropDatabase
|
|