Currently I'm using the IHTMLDocument2 and IHTMLElementCollection to 开发者_运维知识库parse HTML, is there some way to parse it using some sort of xpath/selectors, something like
elements = find_html_elements("a .link[rel=100]") ?
You can download and use the HTML agility pack - it supports Xpath.
精彩评论