(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Fri, 17 Mar 2006 21:24:11 +0000 (21:24 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Fri, 17 Mar 2006 21:24:11 +0000 (21:24 +0000)
crawler/kiss/conf/kiss/programs.xml
crawler/kiss/conf/kiss/recorded.xsl

index 6a02085707f14930d70ecd10e9b836d1e4e3f5ee..8fb74e2866c52a427d3c45de2850e7138048bb03 100644 (file)
@@ -7,7 +7,7 @@
   <program>
     <name>battlestar</name>
   </program>
-  
+
   <program>
     <name>star trek</name>
   </program>
index 21b0b7fcc32d379300d45046469c0db52d693fee..866c51bbbc8be6201c43422ef19d3f825c787365 100644 (file)
                     <xsl:choose>
                         <xsl:when test="count(//xhtml:body/text()[contains(., 'already in the')]) =
                             1">
-                            <xsl:text>duplicate</xsl:text>
+                            <xsl:text>DUPLICATE</xsl:text>
                         </xsl:when>
                         <xsl:when test="count(//xhtml:body/text()[contains(., 'conflicts with a
                             recording')]) =
                             1">
-                            <xsl:text>conflict</xsl:text>
+                            <xsl:text>CONFLICT</xsl:text>
                         </xsl:when>
                         <xsl:otherwise>
-                            error
+                            <xsl:text>ERROR</xsl:text>
                         </xsl:otherwise>
                     </xsl:choose>
                 </xsl:when>
                 <xsl:otherwise>
-                    <xsl:text>ok</xsl:text>
+                    <xsl:text>OK</xsl:text>
                 </xsl:otherwise>
             </xsl:choose>