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