📅  最后修改于: 2022-03-11 14:55:55.953000             🧑  作者: Mango
using XSLT 2.0
declare the namespace at the top:
xmlns:fn="http://www.w3.org/2005/xpath-functions"
use the function as :
fn:replace($s1, 'My', 'best')