- From: Ate Douma <ate@douma.nu>
- Date: Thu, 12 Feb 2015 12:40:03 +0100
- To: Zjnue Brzavi <zjnue.brzavi@googlemail.com>
- CC: "www-voice@w3.org" <www-voice@w3.org>
On 2015-02-12 08:46, Zjnue Brzavi wrote: > 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 && 'type' in _event > && 'sendid' in _event && 'origin' in _event && > 'origintype' in _event && 'invokeid' in _event && 'data' in > _event</xsl:attribute> > </xsl:template> > > > Confirmed here: > https://github.com/zjnue/hscxml/blob/master/test/files/w3c/scxml-irp/confEcma.xsl#L515 Note that your version isn't yet checking for 'origintype' either. > > Forgot to report this one to the list.
Received on Thursday, 12 February 2015 11:40:33 UTC