this:
So, is the contains() function supported ?
myHtml.DocumentNode.SelectNodes("//div[@class='colcontent']//div[@class='titlebar']//[h2 contains(.,'Films']")
returns null, whereas the h2 tag with Films inside does exist...So, is the contains() function supported ?