Replace special characters in XSLT

后端 未结 3 1587
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 11:42

I want to remove characters other than alphabets from a string in XSLT. For example

O\'Niel = ONiel


        
3条回答
  •  天命终不由人
    2020-11-29 11:58

    I just created a function based on the code in this example...

        
        
        
        
     
    

    and an example of the usage would be as follows:

    
    

提交回复
热议问题