<VBox> <HBox><HTML><B>Discrete State <Entry text="{@discrete-state}" listener="ActionListener"> <actionPerformed choose="context"> <xsl:call-template name="context"/> </actionPerformed> </Entry> </HBox> <VSpace height="25"/> <HBox><HTML><B>Continuous State <Entry text="{@discrete-state}" listener="ActionListener"> <actionPerformed choose="discrete-state"> <xsl:call-template name="context"/> </actionPerformed> </Entry> </HBox> <VSpace height="25"/> <HBox> <xsl:call-template name="BooleanCheckBox"> <xsl:with-param name="attr-name">always-active</xsl:with-param> </xsl:call-template><HTML><B>Always active </HBox> </VBox>