0

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.

1 Answers1

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