Monday, 12 August 2013

How to use XPath with MSHTML?

How to use XPath with MSHTML?

How to use XPATH using MSHTML in Delphi? This is how its done with HTML
Agility Pack
htmlDoc.DocumentNode.SelectNodes("//img[@src]")
Is something like this possible with Delphi?

No comments:

Post a Comment