Displays the itemcallnumber in brackets next to location in XSL Results

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Joshua Ferraro 2009-02-04 10:46:21 -06:00 committed by Galen Charlton
parent 04270d01b2
commit 344912cd41

View file

@ -842,6 +842,7 @@
select="key('item-by-status', 'available')"/>
<xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]">
<xsl:value-of select="items:homebranch"/>
[<xsl:value-of select="items:itemcallnumber"/>]
<xsl:text> (</xsl:text>
<xsl:value-of select="count(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch)))"/>
<xsl:text>)</xsl:text>