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