Re: [SCXML] Incorrect and incomplete test 330 for ecmascript

Hi,


> should be:
>
>   <!-- returns true if all the required fields of _event are bound -->
>   <xsl:template match="//@conf:eventFieldsAreBound">
>     <xsl:attribute name="cond">'name' in _event &amp;&amp; 'type' in
> _event &amp;&amp; 'sendid' in _event &amp;&amp; 'origin' in _event
> &amp;&amp; 'origintype' in _event &amp;&amp; 'invokeid' in _event
> &amp;&amp; 'data' in _event</xsl:attribute>
>   </xsl:template>
>

Confirmed here:
https://github.com/zjnue/hscxml/blob/master/test/files/w3c/scxml-irp/confEcma.xsl#L515

Forgot to report this one to the list.

Received on Thursday, 12 February 2015 07:46:37 UTC