How to extract html tags from an html...

  • Thread starter Thread starter luckilian
  • Start date Start date
L

luckilian

Guest
...documents with c++? i see that python have a tag extractor or something like that..but i look in c++ documentation and i don't find at all.i have some ideeas but maybe i receive more to make a good html parser & extractor.tnx in advance
 
There is a Xerces parser with C++ implementation from Apache. It's free and complies with w3c standards. http://xml.apache.org/xerces-c/

xml.apache.org
 
Back
Top