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:
f567461
)
Fix IR-370, I hope.
author
Mike Taylor
<mike@indexdata.com>
Fri, 23 Jan 2015 11:35:27 +0000
(11:35 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 23 Jan 2015 11:35:27 +0000
(11:35 +0000)
Add UDB to cql:anywhere index.
zebra/zeerex2index.xsl
patch
|
blob
|
history
diff --git
a/zebra/zeerex2index.xsl
b/zebra/zeerex2index.xsl
index
ae4c1e4
..
e0fd88c
100644
(file)
--- a/
zebra/zeerex2index.xsl
+++ b/
zebra/zeerex2index.xsl
@@
-32,6
+32,8
@@
<xsl:value-of select="e:databaseInfo/e:description"/>
<xsl:text> </xsl:text>
<xsl:value-of select="e:databaseInfo/e:author"/>
+ <xsl:text> </xsl:text>
+ <xsl:value-of select="e:databaseInfo/i:udb"/>
</z:index>
<z:index name="rec:authorityIndicator" type="0">
@@
-163,7
+165,6
@@
<z:index name="zeerex:udb" type="0">
<xsl:value-of select="e:databaseInfo/i:udb"/>
</z:index>
-
</z:record>
</xsl:template>
</xsl:stylesheet>