Executing a Plug-In from an OwS Document

Aus CTS2-LE
Zur Navigation springen Zur Suche springen

Syntax

PluginCall := #exec PluginName PluginArgument* ExecCode  
PluginName := SimpleName Name of the plugin as registered with the OwS compiler
PluginArgument := SimpleName argument handed over to the plugin
ExecCode := any text
#end PluginName
any text until the #end directive will be considered as the code to be executed by the plugin
| # the plugin just takes some arguments but does not execute any further code