标签: xhtml beautifulsoup
我尝试使用Beautiful Soup模块在创建搜索引擎的过程中从http://newyork.craigslist.org/search/vga?format=rss解析一些xhtml。但是当我在Python 2.7 shell中输入它时,我得不到任何结果:
http://newyork.craigslist.org/search/vga?format=rss
>>>soup.select('div.entry') []
也许我没有正确解析xhtml,但我不明白为什么我会得到一个空集。