Subject:.NETCompiledTransform Parameter Bug In 894m Author:Jamil Taylor Date:29 Sep 2007 07:12 AM
This is a new bug I have just discovered.
When selecting the .NET XslCompiledTransform processor, some (or all) external parameters are not being passed correctly. I have a transformation that outputs to HTML. This HTML expects a parameter that is the path of various HTML files used in the document (such as the CSS file and several GIFs).
When I execute this transformation in Stylus Studio, the HTML appears correctly in all processes except for the .NET XslCompiledTransform. I normally would use the .NET XslTransform processor, but that one has another bug that I posted about awhile ago that sill exists:
It appears that Stylus Studio is not handling spacing in parameters correctly for the .NET XslCompiledTransform processor (and only this processor). Perhaps quotes need to be placed around the parameter?