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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.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: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">
3
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:output method="xml" indent="yes"/>
7
	<xsl:output method="xml" indent="yes"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl (-1 / +4 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: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">
3
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:output method="xml" indent="yes"/>
7
	<xsl:output method="xml" indent="yes"/>
Lines 197-200 Link Here
197
<metaInformation>
200
<metaInformation>
198
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
201
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
199
</metaInformation>
202
</metaInformation>
200
-->
203
-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RDFDC.xsl.1 (-1 / +4 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: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">
3
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:output method="xml" indent="yes"/>
7
	<xsl:output method="xml" indent="yes"/>
Lines 208-211 Link Here
208
<metaInformation>
211
<metaInformation>
209
<scenarios ><scenario default="yes" name="RDF" userelativepaths="yes" externalpreview="no" url="marcxmlfile.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
212
<scenarios ><scenario default="yes" name="RDF" userelativepaths="yes" externalpreview="no" url="marcxmlfile.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
210
</metaInformation>
213
</metaInformation>
211
-->
214
-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.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: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">
3
	<xsl:import href="MARC21slimUtils2.xsl"/>
6
	<xsl:import href="MARC21slimUtils2.xsl"/>
4
	<xsl:output method="xml" indent="yes"/>
7
	<xsl:output method="xml" indent="yes"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2SRWDC.xsl (-1 / +4 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:marc="http://www.loc.gov/MARC21/slim" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="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:srw_dc="info:srw/schema/1/dc-schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://purl.org/dc/elements/1.1/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="marc">
3
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
7
	<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
Lines 257-260 Link Here
257
<metaInformation>
260
<metaInformation>
258
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
261
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
259
</metaInformation>
262
</metaInformation>
260
-->
263
-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl (-1 / +4 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: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">
3
	<xsl:import href="MARC21slimUtils.xsl"/>
6
	<xsl:import href="MARC21slimUtils.xsl"/>
4
	<xsl:output method="xml" indent="yes"/>
7
	<xsl:output method="xml" indent="yes"/>
Lines 197-200 Link Here
197
<metaInformation>
200
<metaInformation>
198
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
201
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
199
</metaInformation>
202
</metaInformation>
200
-->
203
-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl (-1 / +3 lines)
Lines 1-5 Link Here
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
  
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
  xmlns="http://www.w3.org/1999/xhtml"
6
  xmlns="http://www.w3.org/1999/xhtml"
5
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.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" 
5
<xsl:stylesheet version="1.0" 
3
  xmlns:marc="http://www.loc.gov/MARC21/slim" 
6
  xmlns:marc="http://www.loc.gov/MARC21/slim" 
4
  xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" 
7
  xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" 
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl (+2 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
2
  
4
  
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
  xmlns="http://www.w3.org/1999/xhtml"
6
  xmlns="http://www.w3.org/1999/xhtml"
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.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
<!-- $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"
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.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
<!-- $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"
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/compact.xsl (-2 / +3 lines)
Lines 1-5 Link Here
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
  
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
4
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
  xmlns="http://www.w3.org/1999/xhtml"
6
  xmlns="http://www.w3.org/1999/xhtml"
5
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
- 

Return to bug 7141