Do you know of any extension for HTML Agility Pack, that allows querying HtmlDocument object (created by HAP) in jQuery style (instead of XPath)?
+1
A:
It seems unlikely that such a library exists. You can always go the Linq to XML route though.
spender
2009-12-27 15:08:12
Ok. I picked up some XPath basics and it looks quite easy for my needs.
JohnM2
2009-12-27 16:34:06