I'm looking for a HTML and JavaScript parser in .NET.
After reading some posts it seems HTML Agility Pack is the best HTML parser approach but it lacks in documentation. I've found some examples of data extraction but almost none of data transformation.
Where can I find useful samples of data manipulation with HTML Agility Pack and what's the best choice of a JavaScript parser?