Data extraction from HTML source using C++

D

David F

Anybody knows about C++ sources to extract raw text data from (X)HTML and
XML source pages?

Aby relevant info is greatly appreciated.
 
P

Peter Aitken

David F said:
Anybody knows about C++ sources to extract raw text data from (X)HTML and
XML source pages?

Aby relevant info is greatly appreciated.

Microsoft has an XML parser and toolkit that you can download. I'm sure you
could call it from C++. I don't remember the details but if you search on
the msdn website you should be able to find it. If you're using C++ in .Net
then the .Net framework itself has powerful XML tools.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top