RE: Some issues with IRP Tests
Jim Barnett <[email protected]>
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <57A15FAF9E58F841B2B1651FFE16D2810205F518@GENSJZMBX03.msg.int.genesyslab.com> |
I've fixed test159 and removed the duplicate from test 528. - Jim From: Zjnue Brzavi [mailto:[email protected]] Sent: Monday, March 17, 2014 11:22 AM To: Stefan Radomski Cc: [email protected] ([email protected]) Subject: Re: Some issues with IRP Tests Hi, Test159: The XSLT transformation will create an invalid send element in line 9: <send event="thisWillFail" conf:illegaltarget=""/<conf:illegaltarget=%22"/>>. It used to create 'target="baz"' some versions ago. We are using the saxon9he.jar XSLT implementation as it's the only free-of-charge XSLT2.0 implementation available cross-platform we found. This has been noted before. In test159.txml, conf:illegaltarget="", should be conf:illegalTarget="" https://github.com/zjnue/hscxml/commit/264b5f01eed717a7b3412d7ceb469c7c6ae885fc Another minor point is that test 528 contains some unnecessary duplication: https://github.com/zjnue/hscxml/commit/c319a3d7efdf44c6f28f3e90dd77848acc1cd8ca Best regards, Zjnue