C# HTML Parsing using XPath - Namespace
See the question and my original answer on StackOverflowThe Html Agility Pack XPATH implementation simply doesn't support queries involving namespaces.
The library is open source, so it can be changed, but this needs quite a bunch of rewrites to add this function.