Use ends with in XSLT v1.0

后端 未结 5 867
有刺的猬
有刺的猬 2020-11-30 09:58

I am trying to edit a current XSLT. The functionality I want is when the value of \"//code_no\" ends with 01 I want to edit the current city location. Currently this functio

5条回答
  •  暖寄归人
    2020-11-30 10:17

    Not exactly ends with, but nicer look than the substring-solution and still suitable for certain situations:

    
    

提交回复
热议问题