@@ -, +, @@ - Del952.xsl - Del995.xsl - Del9LinksExcept952.xsl - Del9LinksExcept995.xsl - Have an SRU/Z39.50 target configured - Have a search that returns at least a record with the following properties: * It contains $9 links * It contains items (952 or 995 fields in MARC21/NORMARC and UNIMARC respectively). - Do a Z39.50/SRU cataloguing search that retrieves the desired record - Verify it includes $9 and 952 field(s) by clicking on the MARC link - Edit your Z39.50 target and add Del952.xsl to the "XSLT File(s) for transforming results:" field - Re-run the search - Edit your Z39.50 target and add Del9LinksExcept952.xsl to the "XSLT File(s) for transforming results:" field - Re-run the search all other $9 subfields have been removed - Edit your Z39.50 target and add Del952.xsl, Del9LinksExcept952.xsl to the "XSLT File(s) for transforming results:" field (both, comma separated) - Re-run the search - Repeat for UNIMARC, replacing 952 for 995. - Sign off :-D --- koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl | 17 +++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl | 17 +++++++++++++++++ .../intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl | 16 ++++++++++++++++ .../intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl | 16 ++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del952.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del995.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept952.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/Del9LinksExcept995.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + --