You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/13 16:12:30 UTC

[Solr Wiki] Update of "XsltResponseWriter" by RobertMuir

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "XsltResponseWriter" page has been changed by RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/solr/XsltResponseWriter?action=diff&rev1=12&rev2=13

--------------------------------------------------

  
  = Parameters =
  == tr parameter ==
- Selects the XSLT transformation to use, which must be found in Solr's [[http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/xslt/|conf/xslt]] directory.
+ Selects the XSLT transformation to use, which must be found in Solr's [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/xslt/|conf/xslt]] directory.
  
  The Content-Type of the response is set according to the <xsl:output> statement in the XSLT transform, for example:
  
@@ -62, +62 @@

  
  For Jetty (in the Solr example),  make sure all the saxon-*.jars are in Jetty's ext/ folder, and start Jetty like:
  
- ( /!\ :TODO: /!\ There is no ext/ folder in the current version of Jetty ... what is the correct place now? [[http://svn.apache.org/viewvc/lucene/solr/trunk/example/lib/|example/lib/]] perhaps?)
+ ( /!\ :TODO: /!\ There is no ext/ folder in the current version of Jetty ... what is the correct place now? [[http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/lib/|example/lib/]] perhaps?)
  
  {{{
  java -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl -jar start.jar