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 ho...@apache.org on 2007/05/29 03:30:59 UTC

svn commit: r542372 - in /lucene/solr/trunk/example/solr/conf/xslt: example_atom.xsl example_rss.xsl

Author: hossman
Date: Mon May 28 18:30:58 2007
New Revision: 542372

URL: http://svn.apache.org/viewvc?view=rev&rev=542372
Log:
more hints for people about the format versions of the example rss/atom stylesheets

Modified:
    lucene/solr/trunk/example/solr/conf/xslt/example_atom.xsl
    lucene/solr/trunk/example/solr/conf/xslt/example_rss.xsl

Modified: lucene/solr/trunk/example/solr/conf/xslt/example_atom.xsl
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/xslt/example_atom.xsl?view=diff&rev=542372&r1=542371&r2=542372
==============================================================================
--- lucene/solr/trunk/example/solr/conf/xslt/example_atom.xsl (original)
+++ lucene/solr/trunk/example/solr/conf/xslt/example_atom.xsl Mon May 28 18:30:58 2007
@@ -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.

Modified: lucene/solr/trunk/example/solr/conf/xslt/example_rss.xsl
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/xslt/example_rss.xsl?view=diff&rev=542372&r1=542371&r2=542372
==============================================================================
--- lucene/solr/trunk/example/solr/conf/xslt/example_rss.xsl (original)
+++ lucene/solr/trunk/example/solr/conf/xslt/example_rss.xsl Mon May 28 18:30:58 2007
@@ -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 -