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.

Reply via email to