The zscript-config Element
Syntax:
<zscript-config>
<language-name>a_programming_language</language-name>
<interpreter-class>a_class_name</interpreter-class>
</zscript-config>
[Optional]
It is used to specify an interpreter to interpret the
zscript code. The use
is the same as zk.xml’s zscript-config element,
except it is specified in a JAR file’s config.xml
rather than
WEB-INF/zk.xml
.