store disabled value in zebra
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Apr 2010 15:16:30 +0000 (17:16 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Apr 2010 15:16:30 +0000 (17:16 +0200)
zebra/zeerex2index.xsl

index b153968..fd7556f 100644 (file)
    <z:index name="zeerex:country" type="0">
     <xsl:value-of select="i:status/i:country"/>
    </z:index>
    <z:index name="zeerex:country" type="0">
     <xsl:value-of select="i:status/i:country"/>
    </z:index>
+   <z:index name="zeerex:disabled" type="0">
+    <xsl:value-of select="i:status/i:disabled"/>
+   </z:index>
 
   </z:record>
  </xsl:template>
 
   </z:record>
  </xsl:template>