I want read a html file all DOM element label and change that label value to another language and store that file to another location.
Asked
Active
Viewed 491 times
0
-
1And do you have a question ? – NicoD Jun 24 '14 at 09:09
1 Answers
0
A tool commonly recommended retrieving the DOM this is the Html Agility Pack. It will take malformed HTML and massage it into XHTML and then a traversable DOM.
There are some examples and the API documentation here:
http://html-agility-pack.net/api
Some useful links:

wp78de
- 18,207
- 7
- 43
- 71

christof13
- 329
- 1
- 10