Anyone can tell me that where exists some third-party wrapper classes for manipulating HTML?
I found one in CodeProject.com but it depends on MFC.
I need a pure C++ implementation for it.(cross-platform)
Anyone can help me?
Last edited on
You might want to try SourceForge.net
Try tinyxml, you can use it for html pretty easily.
It's a bit...odd. But it works well.