From 187f5faa754557ecf0e89109081693c794897052 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 28 Apr 2005 13:34:05 +0000 Subject: [PATCH] Use mode to switch between presentation format brief and indexing. --- test/xslt/marc1.xsl | 54 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/test/xslt/marc1.xsl b/test/xslt/marc1.xsl index 87d4e4c..467fa6a 100644 --- a/test/xslt/marc1.xsl +++ b/test/xslt/marc1.xsl @@ -1,23 +1,35 @@ - - - - - - - - - - - - - - - + xmlns:m="http://www.loc.gov/MARC21/slim" + xmlns:z="http://indexdata.dk/zebra/indexing/1" + version="1.0"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="."/> + + -- 1.7.10.4