<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="switchcase" version="1.0" type="misc">
  <DESCRIPTION>Send the output corresponding to the input value</DESCRIPTION>
  <RESOURCE/>
  <EDITOR>
    <SCRIPT path="./eswitchcase.pkg" />
    <PARAM name="firstword" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cswitchcase.pkg" />
    <ACTION name="Input" />
    <EVENT name="Default" />
  </CLIENT>
</PLUGIN>