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 <daru...@gmail.com> wrote:

> Hello,
>
> Using native XSLT Response Writer, we may need to alter content before
> processing xml solr output as a RSS Feed.
>
> Example (trivial one...):
>
> <doc>
>  <str name="title">bla bla bla </str>
> </doc>
>
> After processing content:
>
> <doc>
>  <str name="title">bla bla bla bla bla bla bla bla bla bla bla bla</str>
> </doc>
>
> Have you any ideas on how to implement a custom function in xslt or before
> in XsltResponseWriter.
>
> I would like get this code in a java class and call it for content
> processing....
>
> Thanks,
>
> Jul
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/XSLT-Response-Writer-and-content-transformation-tp3800251p3800251.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

------------------------------
This e-mail and any files transmitted with it may be proprietary.  Please note 
that any views or opinions presented in this e-mail are solely those of the 
author and do not necessarily represent those of Apogee Integration.

Reply via email to