Dear Wiki user,

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

The "XsltUpdateRequestHandler" page has been changed by JanHoydahl:
http://wiki.apache.org/solr/XsltUpdateRequestHandler?action=diff&rev1=2&rev2=3

  TODO: Write a better documentation
  
  == Quickstart ==
- * Download a search result. Remove the first <?xml....> line. Let's call it 
searchres.xml
+  * Download a search result. Remove the first <?xml....> line. Let's call it 
searchres.xml
- * Create an XSL for your transformation. Here is one which transforms our 
search results: http://dl.dropbox.com/u/20080302/updateXml.xsl
+  * Create an XSL for your transformation. Here is one which transforms our 
search results: http://dl.dropbox.com/u/20080302/updateXml.xsl
- * Feed your data through XSLT update handler:
+  * Feed your data through XSLT update handler:
- curl "http://localhost:8983/solr/update/xslt?commit=true&tr=updateXml.xsl"; -H 
"Content-Type: text/xml; charset=utf-8" 
+   * curl 
"http://localhost:8983/solr/update/xslt?commit=true&tr=updateXml.xsl"; -H 
"Content-Type: text/xml; charset=utf-8" 
  

Reply via email to