Test 330 is missing SCXML namespace
Gavin Kistner <[email protected]> Wed, 18 Jun 2014 17:34:52 +0200
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
test330.txml is missing xmlns="http://www.w3.org/2005/07/scxml” on the root element. (The LXSC parser considers the namespace of elements when creating an internal representation, so elements like <state> become generic unrecognized wrappers instead of smart entities.)