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 .

[334 byte] By [sarmisthaSa] at [2007-10-2 6:23:06]
# 1
so you have <abc><html>.....</html></abc>?or <html><abc>....</abc></html>?or ?as long as html is well formed, most likely xslt can do this.
dmbdmba at 2007-7-16 13:24:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...