Update of /cvsroot/fink/pdb/solr/solr/conf/xslt
In directory vz-cvs-3.sog:/tmp/cvs-serv32221/solr/conf/xslt

Modified Files:
        example.xsl example_atom.xsl example_rss.xsl luke.xsl 
Log Message:
upgrade solr to the latest version (3.3)

Index: example_atom.xsl
===================================================================
RCS file: /cvsroot/fink/pdb/solr/solr/conf/xslt/example_atom.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- example_atom.xsl    19 Mar 2009 16:41:47 -0000      1.2
+++ example_atom.xsl    20 Jul 2011 18:07:52 -0000      1.3
@@ -27,7 +27,7 @@
   <xsl:output
        method="xml"
        encoding="utf-8"
-       media-type="text/xml; charset=UTF-8"
+       media-type="application/xml"
   />
 
   <xsl:template match='/'>

Index: luke.xsl
===================================================================
RCS file: /cvsroot/fink/pdb/solr/solr/conf/xslt/luke.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- luke.xsl    19 Mar 2009 16:41:47 -0000      1.1
+++ luke.xsl    20 Jul 2011 18:07:52 -0000      1.2
@@ -28,7 +28,7 @@
     <xsl:output
         method="html"
         encoding="UTF-8"
-        media-type="text/html; charset=UTF-8"
+        media-type="text/html"
         doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
         doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
     />

Index: example.xsl
===================================================================
RCS file: /cvsroot/fink/pdb/solr/solr/conf/xslt/example.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- example.xsl 28 Nov 2007 03:25:49 -0000      1.1
+++ example.xsl 20 Jul 2011 18:07:52 -0000      1.2
@@ -24,7 +24,7 @@
     xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
 >
 
-  <xsl:output media-type="text/html; charset=UTF-8" encoding="UTF-8"/> 
+  <xsl:output media-type="text/html" encoding="UTF-8"/> 
   
   <xsl:variable name="title" select="concat('Solr search results 
(',response/result/@numFound,' documents)')"/>
   

Index: example_rss.xsl
===================================================================
RCS file: /cvsroot/fink/pdb/solr/solr/conf/xslt/example_rss.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- example_rss.xsl     19 Mar 2009 16:41:47 -0000      1.2
+++ example_rss.xsl     20 Jul 2011 18:07:52 -0000      1.3
@@ -27,7 +27,7 @@
   <xsl:output
        method="xml"
        encoding="utf-8"
-       media-type="text/xml; charset=UTF-8"
+       media-type="application/xml"
   />
   <xsl:template match='/'>
     <rss version="2.0">


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to