I am doing mail parsing application which required to convert the HTML file to Plain Text.
regarding this i have found some scripts which does conversion.
I want to do same thing in C++.
So please suggest me any Cross platform and open source C++ libraries for converting HTML to Plain Text.
Thanks in advance
Regards
Subbi
Try using regular expression extracting html tags and save result as file text. But it not simple. Use this help class DEELX – Regular Expression Engine.