projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a397a
)
store disabled value in zebra
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Apr 2010 15:16:30 +0000
(17:16 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Apr 2010 15:16:30 +0000
(17:16 +0200)
zebra/zeerex2index.xsl
patch
|
blob
|
history
diff --git
a/zebra/zeerex2index.xsl
b/zebra/zeerex2index.xsl
index
b153968
..
fd7556f
100644
(file)
--- a/
zebra/zeerex2index.xsl
+++ b/
zebra/zeerex2index.xsl
@@
-150,6
+150,9
@@
<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>