You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has always bothered me, that little error when running cookbook complaining that it's running an XSLT 1.0 stylesheet with a 2.0 processor. Just thought I'd open the issue here - since I'm delving deeper into XML and such, if no one can take a look at this, soon I'll be able to =)
Hi Joaciocca! Sorry for the late reply. What I think we should do is get rid of the command line driven xslt altogether. The xslt transformation step that comes with kettle now accepts parameters, we should look into using that instead. That would also help to get rid of the issues around finding the xslt jar.
This has always bothered me, that little error when running cookbook complaining that it's running an XSLT 1.0 stylesheet with a 2.0 processor. Just thought I'd open the issue here - since I'm delving deeper into XML and such, if no one can take a look at this, soon I'll be able to =)
https://stackoverflow.com/a/29052349/1985023 - "-versionmsg:off" can be used to supress the error message.
The text was updated successfully, but these errors were encountered: