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 463 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
- 17,272
- 6
- 36
- 68
christof13
- 319
- 1
- 10