mirror of https://github.com/apache/lucene.git
more hints for people about the format versions of the example rss/atom stylesheets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6de7d1dbbc
commit
a92abb20e3
|
@ -29,7 +29,7 @@
|
|||
<xsl:template match='/'>
|
||||
<xsl:variable name="query" select="response/lst[@name='responseHeader']/lst[@name='params']/str[@name='q']"/>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>Example Solr Atom Feed</title>
|
||||
<title>Example Solr Atom 1.0 Feed</title>
|
||||
<subtitle>
|
||||
This has been formatted by the sample "example_atom.xsl" transform -
|
||||
use your own XSLT to get a nicer Atom feed.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<xsl:template match='/'>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Example Solr RSS Feed</title>
|
||||
<title>Example Solr RSS 2.0 Feed</title>
|
||||
<link>http://localhost:8983/solr</link>
|
||||
<description>
|
||||
This has been formatted by the sample "example_rss.xsl" transform -
|
||||
|
|
Loading…
Reference in New Issue