I have requirement .. We have to allow Only characters and Number only in xslt. if any special character will come we have to replace with blank.. we can use Translate function but we don't know which character will come it may come some latin character also..
If My input Is #$ABcd@1234 --- My result will like this ABcd1234
am using XSLT 1.0 and Can we use Replace Function In XsLT 2.0
Pls help me on this
Thanks, Ravi