Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Generic XML Tips : Element without Attribute + Local Discovery Field

    Created By: Joan Kolarik
    Created on: 2/08/2020



    Please send suggestions and improvements to joan.kolarik@weizmann.ac.il


    rule "acknowledgements"
    when
    Exist "//*[local-name()='note'][not(@*)]"
    then
    copy "//*[local-name()='note'][not(@*)]/text()" to "discovery"."local1"
    end


    Note:  We store Acknowledgements and Funding information in a Bibliographic Note in Pure.  This is sent as a note field in MODS.  There are multiple notes fields in the MODS, but only this one has no attributes.


    Return to Contents Page for Generic XML Tips





    • Was this article helpful?