From d6df814b8bbbfac4c8e7912cf3f9a4f2ec61f0b4 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Mon, 9 Nov 2015 16:02:54 -0600 Subject: [PATCH] Bug 15162 - Add for Unimarc transformation to new metadata formats This patch add: -UNIMARCslim2SRWDC.xsl -UNIMARCslim2RDFDC.xsl To test: -In UNIMARC envarioment -Apply patch -Apply patch 13642 -Follow test plan for bug 13642 -Check for any data loss --- .../prog/en/xslt/UNIMARCslim2RDFDC.xsl | 172 ++++++++++++++++++ .../prog/en/xslt/UNIMARCslim2SRWDC.xsl | 182 ++++++++++++++++++++ 2 files changed, 354 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2RDFDC.xsl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2RDFDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2RDFDC.xsl new file mode 100644 index 0000000..7e7f8e2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2RDFDC.xsl @@ -0,0 +1,172 @@ + + +]> + + + + + + + + + + + + + + + + a + + + + + + + + , + + + + , adapter + , annotator + , author of afterword + , prefacer + , bibliographic antecedent + , collaborator + , commentator + , compiler + , composer + , conceptor + , degree-grantor + , editor + , film editor + , founder + , illustrator + , lyricist + , organiser of meeting + , other + , photographer + , presenter + , publisher + , publishing director + , research team head + , reviewer + , redactor + , sponsor + , thesis advisor + , translator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abcdq + + + + + + + abcd + + + + + + + abcdu + + + + + + + t + + + + + + + + + + + URN:ISBN: + + + + + + URN:ISSN: + + + + + + + /bib/ + + + + + + LOC: + + Main library + Library 2 + + + : + + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl new file mode 100644 index 0000000..eca0250 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2SRWDC.xsl @@ -0,0 +1,182 @@ + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">a</xsl:with-param> + </xsl:call-template> + + + + + + + , + + + + , adapter + , annotator + , author of afterword + , prefacer + , bibliographic antecedent + , collaborator + , commentator + , compiler + , composer + , conceptor + , degree-grantor + , editor + , film editor + , founder + , illustrator + , lyricist + , organiser of meeting + , other + , photographer + , presenter + , publisher + , publishing director + , research team head + , reviewer + , redactor + , sponsor + , thesis advisor + , translator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abcdq + + + + + + + abcd + + + + + + + abcdu + + + + + + + t + + + + + + + + + + + URN:ISBN: + + + + + + URN:ISSN: + + + + + + + /bib/ + + + + + + LOC: + + Main library + Library 2 + + + : + + + + + + -- 1.7.10.4