Remove html tag using XSLT
Is there any way to remove html tag using XSLT?
The problem is when i read a java mail, i have html tag and my own tag.
Like <abc></abc>. I don't want to remove <abc></abc> from the string.But i want to remove html tags. Can i use XSLT?
I can't disable sending mail in html format .

