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=""/>. 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

Received on Monday, 17 March 2014 15:22:30 UTC