Name

sd_remove — Removes Surrogate Diagnostics

DESCRIPTION

This filter removes surrogate-diagnostics from Z39.50 records. It replaces the surrogate diagnostics records with SUTRS records. This module has no general use. It was only implemented to avoid a particular Z39.50 target server from crashing.

SCHEMA

# Metaproxy XML config file schemas
#
#   Copyright (C) Index Data
#   See the LICENSE file for details.

namespace mp = "http://indexdata.com/metaproxy"

filter_sd_remove =
  attribute type { "sd_remove" },
  attribute id { xsd:NCName }?,
  attribute name { xsd:NCName }?

   

EXAMPLES

Configuration:

    <filter type="sd_remove">
    </filter>

   

SEE ALSO

metaproxy(1)

COPYRIGHT

Copyright (C) 2005-2023 Index Data