There is a requirement where we are asked to identify French Characters in the request xml and either replace it with English character or reject the request. Is there any easy way to implement this in DataPower/xslt?
One option I can think of is, to do match operation on request xml string to scan any French character, but it seems a cumbersome approach to me. Looking for some better way to do this.