Just for your reference. Are you using XSLT2.0? If so you will need to configure Saxon as processor. Default Xalan is used.
http://robbypelssers.blogspot.nl/2010/08/using-saxon-instead-of-xalan-with.html And the best way to get started is indeed using a very simple setup. It will also help us in debugging your problems. So try first using a very basic input file, and perhaps 1 or 2 chained transformers, or 1 transformer including another xslt. If that fails, I'm more than willing to assist. Robby -----Original Message----- From: whatnext [mailto:[email protected]] Sent: Tuesday, October 16, 2012 6:16 PM To: [email protected] Subject: Re: beginner q: possible to set extension .xsl as type='xslt' by default? I just tested a simple .xsl that calls another .xsl and it worked without that error. Many apologies for the confusion - the error message is obviously a red herring. Our xsl's are quite substantial and now i guess it must be something else that is causing it to think its not an .xsl . Perhaps if there was something 'non-standard' in the .xsl (given that we are coming from axkit) it would give the error: Unable to get transformer handler for file:///.... ? -- View this message in context: http://old.nabble.com/beginner-q%3A-possible-to-set-extension-.xsl-as-type%3D%27xslt%27-by-default--tp34563508p34564228.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
