Re: XSLT Response Writer and content transformation

2012-03-07 Thread darul
Finally get success to make it while upgrading transformer to use Saxon, I will give you details soon, it can be useful and is nice feature to get nice rss feed. -- View this message in context: http://lucene.472066.n3.nabble.com/XSLT-Response-Writer-and-content-transformation-tp3800251p3807212.h

Re: XSLT Response Writer and content transformation

2012-03-06 Thread darul
also tried : to get my description content processed, but no success until now ;) -- View this message in context: http://lucene.472066.n3.nabble.com/XSLT-Response-Writer-and-content-transformation-tp3800251p3804528.html Sent from the Solr - User mailing list archive at Nabble.co

Re: XSLT Response Writer and content transformation

2012-03-06 Thread darul
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

Re: XSLT Response Writer and content transformation

2012-03-05 Thread Matthew Parker
You can embed custom Java functions in XSLT: http://cafeconleche.org/books/xmljava/chapters/ch17s03.html On Mon, Mar 5, 2012 at 4:27 AM, darul wrote: > Hello, > > Using native XSLT Response Writer, we may need to alter content before > processing xml solr output as a RSS Feed. > > Example (tri