rpbouman / kettle-cookbook

Automatically exported from code.google.com/p/kettle-cookbook
GNU Lesser General Public License v3.0
45 stars 36 forks source link

Upgrade XSLT from 1.0 to 2.0 #70

Open joaociocca opened 8 years ago

joaociocca commented 8 years ago

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.

rpbouman commented 8 years ago

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.