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

michi at wyona.com michi at wyona.com
Wed Feb 28 15:00:20 CET 2007


Author: michi
Date: 2007-02-28 15:00:18 +0100 (Wed, 28 Feb 2007)
New Revision: 23029

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
span and id added

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-02-28 14:00:07 UTC (rev 23028)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-02-28 14:00:18 UTC (rev 23029)
@@ -67,10 +67,12 @@
   
   <xsl:template match="yanel:refined-query-terms">
      Refined Query:
+     <span id="refined-query-terms">
      <xsl:for-each select="yanel:term">
        <a href="?query={.}"><xsl:value-of select="."/></a>
        <xsl:if test="position() != last()">, </xsl:if>
     </xsl:for-each>
+    </span>
   </xsl:template>
   
   <xsl:template match="yanel:no-query">




More information about the Yanel-commits mailing list