View | Details | Raw Unified | Return to bug 16608
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml (+3 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<Tagfield tag="006" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="006" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
3
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
4
    <Position pos="00"><name>Form of material</name><description></description>
7
    <Position pos="00"><name>Form of material</name><description></description>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml (+3 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<Tagfield tag="008" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
5
<Tagfield tag="008" xmlns="http://koha-community.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./marc21_field_CF.xsd">
3
  <Material id="BKS"><name>Books</name><description></description>
6
  <Material id="BKS"><name>Books</name><description></description>
4
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
7
    <Position pos="00-05"><name>Date entered on file</name><description>Computer-generated, six-character numeric string that indicates the date the MARC record was created. Recorded in the pattern yymmdd.</description></Position>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd (+3 lines)
Lines 1-4 Link Here
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<xs:schema xmlns="http://koha-community.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://koha-community.org" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
5
<xs:schema xmlns="http://koha-community.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://koha-community.org" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
3
  <xs:annotation>
6
  <xs:annotation>
4
    <xs:documentation>Control field plugin type of materials schema</xs:documentation>
7
    <xs:documentation>Control field plugin type of materials schema</xs:documentation>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl (+3 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<xsl:stylesheet version="1.0" xmlns:mads="http://www.loc.gov/mads/v2"
5
<xsl:stylesheet version="1.0" xmlns:mads="http://www.loc.gov/mads/v2"
3
    xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:marc="http://www.loc.gov/MARC21/slim"
6
    xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:marc="http://www.loc.gov/MARC21/slim"
4
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
7
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl (+3 lines)
Lines 1-5 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
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
4
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
5
3
<xsl:stylesheet version="1.0"
6
<xsl:stylesheet version="1.0"
4
  xmlns:marc="http://www.loc.gov/MARC21/slim"
7
  xmlns:marc="http://www.loc.gov/MARC21/slim"
5
  xmlns:items="http://www.koha-community.org/items"
8
  xmlns:items="http://www.koha-community.org/items"
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl (+3 lines)
Lines 1-4 Link Here
1
<?xml version='1.0'?>
1
<?xml version='1.0'?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
	<xsl:template name="datafield">
6
	<xsl:template name="datafield">
4
		<xsl:param name="tag"/>
7
		<xsl:param name="tag"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl (-1 / +3 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
2
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
5
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
3
<xsl:stylesheet version="1.0"
6
<xsl:stylesheet version="1.0"
4
  xmlns:marc="http://www.loc.gov/MARC21/slim"
7
  xmlns:marc="http://www.loc.gov/MARC21/slim"
5
- 

Return to bug 16608