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
I used
contains($string, $part) and normalize-space(substring-after($string, $part)) = ''
Where
we are checking if $string ends with $part