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

    Generic XML Tips : Starts-With Checks for Text at Beginning of Field

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



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


    rule "copy doi to identifier"
    when
    exist "//metadata//*[local-name()='identifier']"
    then
    copy "//metadata//*[local-name()='identifier'][starts-with(text(),'https://doi.org')]" to "dc"."identifier"
    end


    Return to Contents Page for Generic XML Tips





    • Was this article helpful?