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

michi at wyona.com michi at wyona.com
Wed Dec 20 23:12:40 CET 2006


Author: michi
Date: 2006-12-20 23:12:39 +0100 (Wed, 20 Dec 2006)
New Revision: 21050

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
no title fixed

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2006-12-20 21:30:37 UTC (rev 21049)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2006-12-20 22:12:39 UTC (rev 21050)
@@ -188,7 +188,7 @@
             <xsl:attribute name="href">
               <xsl:value-of select="yanel:url"/>
             </xsl:attribute>
-            <b><xsl:value-of select="yanel:title"/></b>
+            <b><xsl:if test="not(string(yanel:title))">No Title</xsl:if><xsl:value-of select="yanel:title"/></b>
           </a>
         </td>
       </tr>




More information about the Yanel-commits mailing list