Xpath can get strange when namespaces are involved. > doc = Nokogiri::XML(<<-XML) <a xmlns='http://www.example.com/xhtml'> <b> <c></c> </b> ...
確定! 回上一頁