Re: [SCXML] bad tests with inline values
David Junger <[email protected]>
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
Le 19 mar 2014 à 16:19, Jim Barnett <[email protected]> a écrit : > So I should not have the xslt file insert quotations, but instead include them in the data and condition if a string is intended, and not if an int is intended, while leaving '==' for the comparison (in ECMAScript - other data model languages could use different comparison operators). Is that correct? Yes. David