I need a solution to read an HTML file which has many tables .
Iterate through all the tables and convert them to CSV format .
Is it possible to read/parse html files using MSXML 6.0 ?
Is there any class that can perform such a task for native c++?
You might find a class that does what you need if this is a very common problem. If not you have to write your own code and msxml is probably as useful as any other xml parser.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
When I tried to load the html document with msxml it failed .
But when I try to load a regular xml schema is succeeds.
Does someone have a code which loads html to msxml class?
Bookmarks