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

    Generic XML Tips : Contains Used in a Condition

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



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


    rule "short month name to local3"
    when
    exist "//*[local-name()='dateOther'][(contains(text(),'-01-'))]"
    then
    set "Jan" in "discovery"."local3"
    end


    Return to Contents Page for Generic XML Tips