From 771424d2c0ec9a986e9100fe89cb94a26cc05d57 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 5 Mar 2006 05:46:07 +0000 Subject: [PATCH] adding support for atom entries -- opensearch 1.1 here we come! git-svn-id: svn://svn.open-ils.org/ILS/trunk@3259 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xsl/MARC21slim2ATOM.xsl | 125 +++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 Open-ILS/xsl/MARC21slim2ATOM.xsl diff --git a/Open-ILS/xsl/MARC21slim2ATOM.xsl b/Open-ILS/xsl/MARC21slim2ATOM.xsl new file mode 100644 index 0000000000..88bd082ab6 --- /dev/null +++ b/Open-ILS/xsl/MARC21slim2ATOM.xsl @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + urn:tcn: + + + + + + + + + + + + + + <xsl:call-template name="subfieldSelect"> + <xsl:with-param name="codes">abfghk</xsl:with-param> + </xsl:call-template> + + + + + + + + + + + + + + + + + + + + + + + + + + + &copy; + + c + + , + + b + + + + + + + + + + + + + + + + + + + + + abcdq + + + + + + + + + + + + + + URN:ISBN: + + + + + + + + + + + + + + + + + + + -- 2.43.2