Import
Import functions/references from another XML file. If the function already exists then the import will not overwrite the current implementation. This will make it so that various imports of functions from different files do not overwrite each others implementations and instead the very first import of function X will take precedence to all subsequent implementation.s
Required Attributes
uri
Specifies an XML file from where we will load functions and XML references.
Usage Examples
Example #1
<local>
   
<import uri="storage://INPUT/functions.xml" />
</local>