How to remove/strip all formatting or styling information from HTML table code?
I need to remove all coloring, font sizing etc. Probably completely remove all style
and class
attributes.
Probably I would like to just remove some tags and attributes. By removing tag I mean leaving it's content, but removing beginning and ending tag name.