Lines 7-13
Link Here
|
7 |
xmlns:marc="http://www.loc.gov/MARC21/slim" |
7 |
xmlns:marc="http://www.loc.gov/MARC21/slim" |
8 |
xmlns:items="http://www.koha-community.org/items" |
8 |
xmlns:items="http://www.koha-community.org/items" |
9 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
9 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
10 |
exclude-result-prefixes="marc items"> |
10 |
xmlns:str="http://exslt.org/strings" |
|
|
11 |
exclude-result-prefixes="marc items str"> |
12 |
|
11 |
<xsl:import href="UNIMARCslimUtils.xsl"/> |
13 |
<xsl:import href="UNIMARCslimUtils.xsl"/> |
12 |
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/> |
14 |
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/> |
13 |
<xsl:key name="item-by-status" match="items:item" use="items:status"/> |
15 |
<xsl:key name="item-by-status" match="items:item" use="items:status"/> |