When I use ...SelectSingleNode("//meta[@name='keywords']")
...it doesn't work, but when I use the same case that used in original document it works good:...SelectSingleNode("//meta[@name='Keywords']")
...So the question is how can I set case ignoring?