tags:

views:

46

answers:

1

Can I please get some C# code samples on the best way to navigate the DOM? My target data could be buried any where in the node.

I am talking about HTML DOM.

Please do not close this question. Its a serious inquiry.

Thanks

+2  A: 

Assuming you mean HTML, I'd go with http://www.codeplex.com/htmlagilitypack

Maxem