Well, by default solr distribution is using xalan ? - I have created my custom class mypackage.XsltCustomFunctions, with my custom method processContent(), put jar in jetty/lib root directory. - update my rss.xsl file by adding xmlns:ev="xalan://mypackage.XsltCustomFunctions" in header - try this syntax : <xsl:value-of select="ev:processContent('bla bla bla bla')" />
get this nice exception java.lang.RuntimeException: getTransformer fails in getContentType I not get solr dev environnement to see where it comes from, have you any idea. I do not think it is a classpath problem but a syntax one. -- View this message in context: http://lucene.472066.n3.nabble.com/XSLT-Response-Writer-and-content-transformation-tp3800251p3804473.html Sent from the Solr - User mailing list archive at Nabble.com.