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:
Chris M. Hostetter 2007-05-29 01:30:58 +00:00
parent 6de7d1dbbc
commit a92abb20e3
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 -