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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
6
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
7
	<xsl:output method="xml" indent="yes"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
	
8
	
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
10
	
10
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc">
8
  exclude-result-prefixes="marc">
9
	<xsl:import href="MARC21slimUtils.xsl"/>
9
	<xsl:import href="MARC21slimUtils.xsl"/>
10
	<xsl:output method="xml" indent="yes"/>
10
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
11
	
11
	
12
	<xsl:template match="/">
12
	<xsl:template match="/">
13
			<xsl:apply-templates/>
13
			<xsl:apply-templates/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl (-1 / +1 lines)
Lines 2-8 Link Here
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
3
<xsl:stylesheet version="1.0" xmlns:xlink="http://www.w3.org/TR/xlink" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns="http://www.loc.gov/mods/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
3
<xsl:stylesheet version="1.0" xmlns:xlink="http://www.w3.org/TR/xlink" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns="http://www.loc.gov/mods/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
4
	<xsl:include href="MARC21slimUtils.xsl"/>
4
	<xsl:include href="MARC21slimUtils.xsl"/>
5
	<xsl:output method="xml" indent="yes"/>
5
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
6
	
6
	
7
	<xsl:template match="/">
7
	<xsl:template match="/">
8
		<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/	http://www.loc.gov/standards/marcxml/schema/mods.xsd">
8
		<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/	http://www.loc.gov/standards/marcxml/schema/mods.xsd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
6
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
7
	<xsl:output method="xml" indent="yes"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
	<!--Added ISBN and deleted attributes 6/04 jer-->
8
	<!--Added ISBN and deleted attributes 6/04 jer-->
9
	<xsl:template match="/">
9
	<xsl:template match="/">
10
		<xsl:if test="marc:collection">
10
		<xsl:if test="marc:collection">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl (-1 / +1 lines)
Lines 2-8 Link Here
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
3
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
3
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
4
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:import href="MARC21slimUtils.xsl"/>
5
	<xsl:output method="xml" indent="yes"/>
5
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
6
	
6
	
7
	<xsl:template match="/">
7
	<xsl:template match="/">
8
			<xsl:apply-templates/>
8
			<xsl:apply-templates/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
6
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
7
	<xsl:output method="xml" indent="yes"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
	
8
	
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
10
	
10
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
6
	<xsl:import href="MARC21slimUtils2.xsl"/>
6
	<xsl:import href="MARC21slimUtils2.xsl"/>
7
	<xsl:output method="xml" indent="yes"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
	
8
	
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
9
	<!--Added ISBN and deleted attributes 6/04 jer-->
10
	
10
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
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="MARC21slimUtils.xsl"/>
11
    <xsl:import href="MARC21slimUtils.xsl"/>
12
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
12
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
13
    <xsl:template match="/">
13
    <xsl:template match="/">
14
            <xsl:apply-templates/>
14
            <xsl:apply-templates/>
15
    </xsl:template>
15
    </xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim9522852.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc">
8
  exclude-result-prefixes="marc">
9
	<xsl:import href="MARC21slimUtils.xsl"/>
9
	<xsl:import href="MARC21slimUtils.xsl"/>
10
	<xsl:output method="xml" indent="yes"/>
10
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
11
	
11
	
12
	<xsl:template match="/">
12
	<xsl:template match="/">
13
			<xsl:apply-templates/>
13
			<xsl:apply-templates/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
5
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
6
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
7
	<xsl:output method="xml" indent="yes"/>
7
    <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
8
	<!--Added ISBN and deleted attributes 6/04 jer-->
8
	<!--Added ISBN and deleted attributes 6/04 jer-->
9
	<xsl:template match="/">
9
	<xsl:template match="/">
10
		<xsl:if test="marc:collection">
10
		<xsl:if test="marc:collection">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 6-12 Link Here
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="NORMARCslimUtils.xsl"/>
8
    <xsl:import href="NORMARCslimUtils.xsl"/>
9
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
9
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
10
    <xsl:template match="/">
10
    <xsl:template match="/">
11
            <xsl:apply-templates/>
11
            <xsl:apply-templates/>
12
    </xsl:template>
12
    </xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8
  xmlns:marc="http://www.loc.gov/MARC21/slim" 
8
  xmlns:marc="http://www.loc.gov/MARC21/slim" 
9
  version="1.0">
9
  version="1.0">
10
  <xsl:output method="html" doctype-public="-//W3C/DTD html 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/strict.dtd" />    
10
  <xsl:output method="html" doctype-public="-//W3C/DTD html 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/strict.dtd" encoding="UTF-8"/>
11
      <xsl:template match="/">
11
      <xsl:template match="/">
12
        <html>
12
        <html>
13
          <head>
13
          <head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  xmlns:dc="http://purl.org/dc/elements/1.1/"
9
  xmlns:dc="http://purl.org/dc/elements/1.1/"
10
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
10
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
11
  <xsl:import href="MARC21slimUtils.xsl"/>
11
  <xsl:import href="MARC21slimUtils.xsl"/>
12
  <xsl:output method="xml" indent="yes"/>
12
  <xsl:output method="xml" indent="yes" encoding="UTF-8"/>
13
  <xsl:template match="/">
13
  <xsl:template match="/">
14
    <xsl:if test="marc:collection">
14
    <xsl:if test="marc:collection">
15
      <oai_dc:dcCollection xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
15
      <oai_dc:dcCollection xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  exclude-result-prefixes="marc items">
9
  exclude-result-prefixes="marc items">
10
10
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
12
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
12
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
13
<xsl:template match="/">
13
<xsl:template match="/">
14
  <xsl:apply-templates/>
14
  <xsl:apply-templates/>
15
</xsl:template>
15
</xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 6-12 Link Here
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"/>
9
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
9
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
10
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
10
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
11
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl (-2 / +1 lines)
Lines 1-7 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
2
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
3
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
	<xsl:output method="html"/>
4
    <xsl:output method="html" encoding="UTF-8"/>
5
	
5
	
6
	<xsl:template match="/">
6
	<xsl:template match="/">
7
		<html>
7
		<html>
8
- 

Return to bug 8872