Lines 2-8
Link Here
|
2 |
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ --> |
2 |
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ --> |
3 |
<xsl:stylesheet version="1.0" |
3 |
<xsl:stylesheet version="1.0" |
4 |
xmlns:marc="http://www.loc.gov/MARC21/slim" |
4 |
xmlns:marc="http://www.loc.gov/MARC21/slim" |
5 |
xmlns:items="http://www.koha.org/items" |
5 |
xmlns:items="http://www.koha-community.org/items" |
6 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
6 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
7 |
exclude-result-prefixes="marc items"> |
7 |
exclude-result-prefixes="marc items"> |
8 |
<xsl:import href="UNIMARCslimUtils.xsl"/> |
8 |
<xsl:import href="UNIMARCslimUtils.xsl"/> |