[Yanel-commits] rev 26490 - public/yanel/trunk/src/contributions/resources/nutch/xslt

michi at wyona.com michi at wyona.com
Thu Aug 2 23:45:32 CEST 2007


Author: michi
Date: 2007-08-02 23:45:32 +0200 (Thu, 02 Aug 2007)
New Revision: 26490

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
overwrite missing introspection

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-02 21:45:04 UTC (rev 26489)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-02 21:45:32 UTC (rev 26490)
@@ -44,8 +44,8 @@
     <head>
       <title><xsl:apply-templates select="/yanel:nutch/yanel:no-query" mode="title"/><xsl:apply-templates select="/yanel:nutch/yanel:query" mode="title"/></title>
       <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
-      <!-- No Introspection! -->
-      <!--<link rel="neutron-introspection"/>-->
+      <!-- No Introspection! Add this in order to overwrite global XSLT! -->
+      <link rel="neutron-introspection"/>
     </head>
     
     <body>



More information about the Yanel-commits mailing list