From cd3175df728e6f140cce27ffd7f153c0d956ec33 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Jun 2011 10:20:13 +0200 Subject: [PATCH] usi xsl: handle more fields --- xml/xslt/pz22usi.xsl | 52 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/xml/xslt/pz22usi.xsl b/xml/xslt/pz22usi.xsl index d299109..f6300e1 100644 --- a/xml/xslt/pz22usi.xsl +++ b/xml/xslt/pz22usi.xsl @@ -15,8 +15,15 @@ http://www.loc.gov/standards/mods/v3/mods-3-4.xsd"> - $PUBLISHER - $PUBTYPE/$DOCTYPE + + + + + + + + monographic + @@ -27,27 +34,38 @@ - - - + author - $DESCRIPTION - - $SUBJECT - + + + + + + + + + + + + + $RELEVANCE - $LOCATION - $CALLNO + + + + + + - $AVAILABLE + $DUE @@ -57,6 +75,8 @@ <xsl:value-of select="pz:metadata[@type='journal-title']"/> + <xsl:value-of select="pz:metadata[@type='series-title']"/> + $BOOKTITLE @@ -73,14 +93,14 @@ -
$MEDIUM
+
$FORMAT - $EXTENT +
$CITATION $ISSN - $ISBN - $ID + + $COPYRIGHT $COPYRIGHTABSTRACT -- 1.7.10.4