From 9628db6846ff3a21ba204650900f619d7b61eb9f Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 22 Feb 2006 14:19:31 +0000 Subject: [PATCH] Dublin Core stylesheets for SuperCat git-svn-id: svn://svn.open-ils.org/ILS/trunk@3158 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xsl/MARC21slim2OAIDC.xsl | 196 ++++++++++++++++++++++ Open-ILS/xsl/MARC21slim2RDFDC.xsl | 211 ++++++++++++++++++++++++ Open-ILS/xsl/MARC21slim2SRWDC.xsl | 260 ++++++++++++++++++++++++++++++ 3 files changed, 667 insertions(+) create mode 100644 Open-ILS/xsl/MARC21slim2OAIDC.xsl create mode 100644 Open-ILS/xsl/MARC21slim2RDFDC.xsl create mode 100644 Open-ILS/xsl/MARC21slim2SRWDC.xsl diff --git a/Open-ILS/xsl/MARC21slim2OAIDC.xsl b/Open-ILS/xsl/MARC21slim2OAIDC.xsl new file mode 100644 index 0000000000..9a3ecb1ee3 --- /dev/null +++ b/Open-ILS/xsl/MARC21slim2OAIDC.xsl @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abfghk + + + + + + + + + + + + + collection + + + + + manuscript + + + text + cartographic + notated music + sound recording + still image + moving image + three dimensional object + software, multimedia + mixed material + + + + + + + + + + + ab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abcdq + + + + + + + abcdq + + + + + + + abcdq + + + + + + + abcdq + + + + + + + abcdq + + + + + + + abcdq + + + + + + + abcd + + + + + + + abcdu + + + + + + + ot + + + + + + + + + + + URN:ISBN: + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/xsl/MARC21slim2RDFDC.xsl b/Open-ILS/xsl/MARC21slim2RDFDC.xsl new file mode 100644 index 0000000000..b78e860328 --- /dev/null +++ b/Open-ILS/xsl/MARC21slim2RDFDC.xsl @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + abfghk + + + + + + + + + + + + + + collection + + + + + + + + + manuscript + + + + text + cartographic + notated music + sound recording + still image + moving image + three dimensional object + software, multimedia + mixed material + + + + + + + + + + + + + ab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abcdq + + + + + + + + abcdq + + + + + + + + abcdq + + + + + + + + abcdq + + + + + + + + abcdq + + + + + + + + abcdq + + + + + + + + abcd + + + + + + + + abcdu + + + + + + + + ot + + + + + + + + + + + + + URN:ISBN: + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/xsl/MARC21slim2SRWDC.xsl b/Open-ILS/xsl/MARC21slim2SRWDC.xsl new file mode 100644 index 0000000000..96daef1558 --- /dev/null +++ b/Open-ILS/xsl/MARC21slim2SRWDC.xsl @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">abfghk</xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + collection + + + + + manuscript + + + text + cartographic + notated music + sound recording + still image + moving image + three dimensional object + software, multimedia + mixed material + + + + + + + + + + + ab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abcdefghjklmnopqrstu4 + + + -- + + vxyz + -- + + + + + + + + abcdefghklmnoprstu4 + + + -- + + vxyz + -- + + + + + + + + acdefghklnpqstu4 + + + -- + + vxyz + -- + + + + + + + + adfghklmnoprst + + + -- + + vxyz + -- + + + + + + + + ae + + -- + + vxyz + -- + + + + + + + + a + + + + + + + a + + + -- + + vxyz + -- + + + + + + + + abcd + + + + + + + + + abcdu + + + + + + + ot + + + + + + + + + + + URN:ISBN: + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.43.2