Lines 9-15
Link Here
|
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 |
exclude-result-prefixes="marc items"> |
11 |
<xsl:import href="NORMARCslimUtils.xsl"/> |
11 |
<xsl:import href="NORMARCslimUtils.xsl"/> |
12 |
<xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" /> |
12 |
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" /> |
13 |
<xsl:key name="item-by-status" match="items:item" use="items:status"/> |
13 |
<xsl:key name="item-by-status" match="items:item" use="items:status"/> |
14 |
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/> |
14 |
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/> |
15 |
|
15 |
|