Hi, I need to replace whitespaces(tabs + spaces) in my string to some other character using xsl. I can use translate(string,' ', other char) to do this. But will this also replace my tabs??Or does it only replace blank spaces? And how do i distinguish between a blank space and a tab? Regards. shankar