multi_monograph postprocessor

Module for postprocessing of multi monograph publications.

marcxml2mods.mods_postprocessor.multi_monograph.postprocess_multi_mono(*args, **kwargs)

Some basic postprocessing of the multi-monograph publications.

Parameters:
  • marc_xml (str) – Original Aleph record.
  • mods (str) – XML string generated by XSLT template.
  • uuid (str) – UUID of the package.
  • counter (int) – Number of record, is added to XML headers.
  • url (str) – URL of the publication (public or not).
Returns:

Updated XML.

Return type:

str