Last login: Thu Jan 26 10:23:43 on ttys000 odd-2% pwd /Users/stevel odd-2% cd odd-2% cd wp/lecture/2012_01_Intro_Programming odd-2% ls Extra_5.pdf Lecture1.key Lecture5.pdf lec3 Extra_6.pdf Lecture2.key Lecture6.key lec4 Homework2.pdf Lecture2.pdf Lecture6.pdf lec5 Homework3.pdf Lecture3.key Lecture7.key lec6 Homework4.pdf Lecture3.pdf Lecture7.pdf lec7 Homework6.pdf Lecture4.key Lecture_6.txt terminal_5.txt Homework7.pdf Lecture4.pdf day1handout.pages Homework_5.pdf Lecture5.key grades.numbers odd-2% cd lec7 odd-2% ls hw.py xml_example.xml odd-2% cls odd-2% ls hw.py xml_example.xml odd-2% ls ../lec6 hw1.py hw5_1.txt hw5_2.txt x.py odd-2% vi x.py odd-2% python x.py ../lec6/hw5_1.txt odd-2% vi x.py odd-2% python x.py ../lec6/hw5_1.txt Enter the minimum (0.28):0 Enter the maximum (6.7): Enter the number of bins (1000 values):30 odd-2% vi x.py odd-2% python x.py ../lec6/hw5_1.txt Enter the minimum (0.28): Enter the maximum (6.7): Enter the number of bins (1000 values):10 odd-2% ipython Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) Type "copyright", "credits" or "license" for more information. IPython 0.10.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: from xml.etree.cElementTree import parse In [2]: et=parse("ex except exec execfile exit In [2]: et=parse("xm %xmode xml_example.xml In [2]: et=parse("xml_example.xml") In [3]: et Out[3]: In [4]: r=et.getroot() In [5]: r Out[5]: In [6]: len(r) Out[6]: 2 In [7]: r[0] Out[7]: In [8]: r[1] Out[8]: In [9]: r[0][2] Out[9]: In [10]: r[0][2].text Out[10]: '4' In [11]: r[0][4] Out[11]: In [12]: r[0][4].items() Out[12]: [('CURRENCY', 'dollar')] In [13]: from urllib2 import urlopen In [14]: f=urllib2.urlopen("http://blake.bcm.edu/dl/test.html") --------------------------------------------------------------------------- NameError Traceback (most recent call last) /Users/stevel/wp/lecture/2012_01_Intro_Programming/lec7/ in () NameError: name 'urllib2' is not defined In [15]: f=urlopen("http://blake.bcm.edu/dl/test.html") In [16]: d=f.read() In [17]: d Out[17]: '\nMy Page\n\n

Hi Everyone

\n

This is really just some test text to demonstrate how HTML works. I can do interesting \nthings like italicize or make text bold, or even both together. ta da\n\n' In [18]: print d My Page

Hi Everyone

This is really just some test text to demonstrate how HTML works. I can do interesting things like italicize or make text bold, or even both together. ta da In [19]: d=urlopen("http://www.google.com").read() In [20]: print d Google




 

Advanced searchLanguage tools

Watch President Obama answer your questions. Live on YouTube tonight at 5:30 pm ET.


© 2012 - Privacy

In [21]: d=urlopen("http://rss.cnn.com/rss/cnn_topstories.rss").read() In [22]: d Out[22]: '\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\nen-us\r\n\xa9 2012 Cable News Network LP, LLLP.\r\nMon, 30 Jan 2012 12:23:06 EST\r\n5\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nhttp://i2.cdn.turner.com/cnn/.element/img/1.0/logo/cnn.logo.rss.gif\r\n144\r\n33\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\n\r\nhttp://rss.cnn.com/rss/cnn_topstories?format=skin\r\nPolls show Romney leads in Florida\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/E5gcGH1iJyo/index.html\r\nWith a healthy lead in the polls the day before the Florida primary, Mitt Romney is depicting Newt Gingrich as increasingly desperate in the GOP race.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/E5gcGH1iJyo" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:34:14 EST\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nGingrich questions Romney\'s honesty\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/uC6-FZOiix8/index.html\r\nNewt Gingrich today accused front-running Mitt Romney of waging a dishonest campaign, saying the former governor is trying to cover up liberal stances in his past.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/uC6-FZOiix8" height="1" width="1"/>\r\nSun, 29 Jan 2012 18:31:51 EST\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nFrum: Moon colony is a waste\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/DX_IUs4j2Ns/index.html\r\nDavid Frum says the moon colony advocated by Newt Gingrich is only one of a set of unnecessary manned missions to space<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/DX_IUs4j2Ns" height="1" width="1"/>\r\nMon, 30 Jan 2012 08:04:55 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\n\r\nOccupy DC vows to stand firm\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/oK3dswTwUN4/index.html\r\nThe National Park Service plans to crack down Monday on what it calls &quot;sleeping activity&quot; at two longstanding camps established by Occupy DC demonstrators in the nation&apos;s capital.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/oK3dswTwUN4" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:22:19 EST\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\n\r\nOpinion: Occupy the GOP?\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/PlTbW-nqsX0/index.html\r\nDean Obeidallah says the Occupy movement is having an impact on the campaign for the Republican nomination for president.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/PlTbW-nqsX0" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:46:19 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\n\r\nU.N. may ask Syria\'s leader to step down\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/LyfbN5RWqPY/index.html\r\nThe U.N. Security Council will discuss a draft resolution this week that calls on President Bashar al-Assad to step down.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/LyfbN5RWqPY" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:21:56 EST\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\n\r\n\'Honor murders\' convictions face appeal\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/mo4q9mZo8yM/index.html\r\nThree Afghan immigrants found guilty of murder in what a Canadian judge called a &quot;twisted concept of honor&quot; will appeal their convictions.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/mo4q9mZo8yM" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:03:29 EST\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\n\r\nSurvivor: Florida crashes \'horrendous\'\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/gIRy0qrf3iE/index.html\r\nA survivor of a series of crashes that left 10 people dead on a smoky Florida interstate said afterward all he could hear was the sound of crying.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/gIRy0qrf3iE" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:06:36 EST\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\n\r\nChief to retire over arrest scandal\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/yvuombwMF6I/index.html\r\nEast Haven, Connecticut, Police Chief Leonard Gallo will retire following the arrests of four police officers for their alleged role in the mistreatment of Latinos, Mayor Joseph Maturo said Monday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/yvuombwMF6I" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:17:27 EST\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\n\r\nBlood in missing tot\'s home is hers\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/dXKDpwdA000/index.html\r\nTesting on blood found in the home of a missing Maine toddler has determined that some of it belonged to the girl, police said Sunday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/dXKDpwdA000" height="1" width="1"/>\r\nMon, 30 Jan 2012 05:28:48 EST\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\n\r\n' In [23]: print d CNN.com http://www.cnn.com/?eref=rss_topstories CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more. en-us ? 2012 Cable News Network LP, LLLP. Mon, 30 Jan 2012 12:23:06 EST 5 CNN.com http://www.cnn.com/?eref=rss_topstories http://i2.cdn.turner.com/cnn/.element/img/1.0/logo/cnn.logo.rss.gif 144 33 CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more. http://rss.cnn.com/rss/cnn_topstories?format=skin Polls show Romney leads in Florida http://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/E5gcGH1iJyo/index.html With a healthy lead in the polls the day before the Florida primary, Mitt Romney is depicting Newt Gingrich as increasingly desperate in the GOP race.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/E5gcGH1iJyo" height="1" width="1"/> Mon, 30 Jan 2012 11:34:14 EST http://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories Gingrich questions Romney's honesty http://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/uC6-FZOiix8/index.html Newt Gingrich today accused front-running Mitt Romney of waging a dishonest campaign, saying the former governor is trying to cover up liberal stances in his past.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/uC6-FZOiix8" height="1" width="1"/> Sun, 29 Jan 2012 18:31:51 EST http://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories Frum: Moon colony is a waste http://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/DX_IUs4j2Ns/index.html David Frum says the moon colony advocated by Newt Gingrich is only one of a set of unnecessary manned missions to space<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/DX_IUs4j2Ns" height="1" width="1"/> Mon, 30 Jan 2012 08:04:55 EST http://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories Occupy DC vows to stand firm http://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/oK3dswTwUN4/index.html The National Park Service plans to crack down Monday on what it calls &quot;sleeping activity&quot; at two longstanding camps established by Occupy DC demonstrators in the nation&apos;s capital.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/oK3dswTwUN4" height="1" width="1"/> Mon, 30 Jan 2012 12:22:19 EST http://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories Opinion: Occupy the GOP? http://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/PlTbW-nqsX0/index.html Dean Obeidallah says the Occupy movement is having an impact on the campaign for the Republican nomination for president.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/PlTbW-nqsX0" height="1" width="1"/> Mon, 30 Jan 2012 09:46:19 EST http://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories U.N. may ask Syria's leader to step down http://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/LyfbN5RWqPY/index.html The U.N. Security Council will discuss a draft resolution this week that calls on President Bashar al-Assad to step down.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/LyfbN5RWqPY" height="1" width="1"/> Mon, 30 Jan 2012 12:21:56 EST http://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories 'Honor murders' convictions face appeal http://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/mo4q9mZo8yM/index.html Three Afghan immigrants found guilty of murder in what a Canadian judge called a &quot;twisted concept of honor&quot; will appeal their convictions.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/mo4q9mZo8yM" height="1" width="1"/> Mon, 30 Jan 2012 11:03:29 EST http://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories Survivor: Florida crashes 'horrendous' http://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/gIRy0qrf3iE/index.html A survivor of a series of crashes that left 10 people dead on a smoky Florida interstate said afterward all he could hear was the sound of crying.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/gIRy0qrf3iE" height="1" width="1"/> Mon, 30 Jan 2012 09:06:36 EST http://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories Chief to retire over arrest scandal http://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/yvuombwMF6I/index.html East Haven, Connecticut, Police Chief Leonard Gallo will retire following the arrests of four police officers for their alleged role in the mistreatment of Latinos, Mayor Joseph Maturo said Monday.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/yvuombwMF6I" height="1" width="1"/> Mon, 30 Jan 2012 11:17:27 EST http://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories Blood in missing tot's home is hers http://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories http://rss.cnn.com/~r/rss/cnn_topstories/~3/dXKDpwdA000/index.html Testing on blood found in the home of a missing Maine toddler has determined that some of it belonged to the girl, police said Sunday.<div class="feedflare"> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/dXKDpwdA000" height="1" width="1"/> Mon, 30 Jan 2012 05:28:48 EST http://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories In [24]: In [25]: d Out[25]: '\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\nen-us\r\n\xa9 2012 Cable News Network LP, LLLP.\r\nMon, 30 Jan 2012 12:23:06 EST\r\n5\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nhttp://i2.cdn.turner.com/cnn/.element/img/1.0/logo/cnn.logo.rss.gif\r\n144\r\n33\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\n\r\nhttp://rss.cnn.com/rss/cnn_topstories?format=skin\r\nPolls show Romney leads in Florida\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/E5gcGH1iJyo/index.html\r\nWith a healthy lead in the polls the day before the Florida primary, Mitt Romney is depicting Newt Gingrich as increasingly desperate in the GOP race.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/E5gcGH1iJyo" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:34:14 EST\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nGingrich questions Romney\'s honesty\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/uC6-FZOiix8/index.html\r\nNewt Gingrich today accused front-running Mitt Romney of waging a dishonest campaign, saying the former governor is trying to cover up liberal stances in his past.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/uC6-FZOiix8" height="1" width="1"/>\r\nSun, 29 Jan 2012 18:31:51 EST\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nFrum: Moon colony is a waste\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/DX_IUs4j2Ns/index.html\r\nDavid Frum says the moon colony advocated by Newt Gingrich is only one of a set of unnecessary manned missions to space<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/DX_IUs4j2Ns" height="1" width="1"/>\r\nMon, 30 Jan 2012 08:04:55 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\n\r\nOccupy DC vows to stand firm\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/oK3dswTwUN4/index.html\r\nThe National Park Service plans to crack down Monday on what it calls &quot;sleeping activity&quot; at two longstanding camps established by Occupy DC demonstrators in the nation&apos;s capital.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/oK3dswTwUN4" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:22:19 EST\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\n\r\nOpinion: Occupy the GOP?\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/PlTbW-nqsX0/index.html\r\nDean Obeidallah says the Occupy movement is having an impact on the campaign for the Republican nomination for president.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/PlTbW-nqsX0" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:46:19 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\n\r\nU.N. may ask Syria\'s leader to step down\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/LyfbN5RWqPY/index.html\r\nThe U.N. Security Council will discuss a draft resolution this week that calls on President Bashar al-Assad to step down.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/LyfbN5RWqPY" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:21:56 EST\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\n\r\n\'Honor murders\' convictions face appeal\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/mo4q9mZo8yM/index.html\r\nThree Afghan immigrants found guilty of murder in what a Canadian judge called a &quot;twisted concept of honor&quot; will appeal their convictions.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/mo4q9mZo8yM" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:03:29 EST\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\n\r\nSurvivor: Florida crashes \'horrendous\'\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/gIRy0qrf3iE/index.html\r\nA survivor of a series of crashes that left 10 people dead on a smoky Florida interstate said afterward all he could hear was the sound of crying.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/gIRy0qrf3iE" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:06:36 EST\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\n\r\nChief to retire over arrest scandal\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/yvuombwMF6I/index.html\r\nEast Haven, Connecticut, Police Chief Leonard Gallo will retire following the arrests of four police officers for their alleged role in the mistreatment of Latinos, Mayor Joseph Maturo said Monday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/yvuombwMF6I" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:17:27 EST\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\n\r\nBlood in missing tot\'s home is hers\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/dXKDpwdA000/index.html\r\nTesting on blood found in the home of a missing Maine toddler has determined that some of it belonged to the girl, police said Sunday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/dXKDpwdA000" height="1" width="1"/>\r\nMon, 30 Jan 2012 05:28:48 EST\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\n\r\n' In [26]: t= tree.fromstring(d) KeyboardInterrupt In [26]: d Out[26]: '\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\nen-us\r\n\xa9 2012 Cable News Network LP, LLLP.\r\nMon, 30 Jan 2012 12:23:06 EST\r\n5\r\n\r\nCNN.com\r\nhttp://www.cnn.com/?eref=rss_topstories\r\nhttp://i2.cdn.turner.com/cnn/.element/img/1.0/logo/cnn.logo.rss.gif\r\n144\r\n33\r\nCNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.\r\n\r\nhttp://rss.cnn.com/rss/cnn_topstories?format=skin\r\nPolls show Romney leads in Florida\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/E5gcGH1iJyo/index.html\r\nWith a healthy lead in the polls the day before the Florida primary, Mitt Romney is depicting Newt Gingrich as increasingly desperate in the GOP race.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=E5gcGH1iJyo:Q7erbOpozO4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/E5gcGH1iJyo" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:34:14 EST\r\nhttp://www.cnn.com/2012/01/30/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nGingrich questions Romney\'s honesty\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/uC6-FZOiix8/index.html\r\nNewt Gingrich today accused front-running Mitt Romney of waging a dishonest campaign, saying the former governor is trying to cover up liberal stances in his past.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=uC6-FZOiix8:pa2ZRUuetF4:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/uC6-FZOiix8" height="1" width="1"/>\r\nSun, 29 Jan 2012 18:31:51 EST\r\nhttp://www.cnn.com/2012/01/29/politics/campaign-wrap/index.html?eref=rss_topstories\r\n\r\nFrum: Moon colony is a waste\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/DX_IUs4j2Ns/index.html\r\nDavid Frum says the moon colony advocated by Newt Gingrich is only one of a set of unnecessary manned missions to space<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=DX_IUs4j2Ns:dkhP2fIQhcs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/DX_IUs4j2Ns" height="1" width="1"/>\r\nMon, 30 Jan 2012 08:04:55 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/frum-moon-colony/index.html?eref=rss_topstories\r\n\r\nOccupy DC vows to stand firm\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/oK3dswTwUN4/index.html\r\nThe National Park Service plans to crack down Monday on what it calls &quot;sleeping activity&quot; at two longstanding camps established by Occupy DC demonstrators in the nation&apos;s capital.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=oK3dswTwUN4:mYuAI3Oqzeo:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/oK3dswTwUN4" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:22:19 EST\r\nhttp://www.cnn.com/2012/01/30/us/dc-occupy/index.html?eref=rss_topstories\r\n\r\nOpinion: Occupy the GOP?\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/PlTbW-nqsX0/index.html\r\nDean Obeidallah says the Occupy movement is having an impact on the campaign for the Republican nomination for president.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=PlTbW-nqsX0:RI7MaY-lafU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/PlTbW-nqsX0" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:46:19 EST\r\nhttp://www.cnn.com/2012/01/30/opinion/obeidallah-occupy-gop-influence/index.html?eref=rss_topstories\r\n\r\nU.N. may ask Syria\'s leader to step down\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/LyfbN5RWqPY/index.html\r\nThe U.N. Security Council will discuss a draft resolution this week that calls on President Bashar al-Assad to step down.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=LyfbN5RWqPY:_H_2EkiSrFA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/LyfbN5RWqPY" height="1" width="1"/>\r\nMon, 30 Jan 2012 12:21:56 EST\r\nhttp://www.cnn.com/2012/01/30/world/meast/syria-unrest/index.html?eref=rss_topstories\r\n\r\n\'Honor murders\' convictions face appeal\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/mo4q9mZo8yM/index.html\r\nThree Afghan immigrants found guilty of murder in what a Canadian judge called a &quot;twisted concept of honor&quot; will appeal their convictions.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=mo4q9mZo8yM:i-1DaYh00IA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/mo4q9mZo8yM" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:03:29 EST\r\nhttp://www.cnn.com/2012/01/30/world/americas/canada-honor-murder/index.html?eref=rss_topstories\r\n\r\nSurvivor: Florida crashes \'horrendous\'\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/gIRy0qrf3iE/index.html\r\nA survivor of a series of crashes that left 10 people dead on a smoky Florida interstate said afterward all he could hear was the sound of crying.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=gIRy0qrf3iE:csHSfOBywkA:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/gIRy0qrf3iE" height="1" width="1"/>\r\nMon, 30 Jan 2012 09:06:36 EST\r\nhttp://www.cnn.com/2012/01/29/us/florida-fatal-crashes/index.html?eref=rss_topstories\r\n\r\nChief to retire over arrest scandal\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/yvuombwMF6I/index.html\r\nEast Haven, Connecticut, Police Chief Leonard Gallo will retire following the arrests of four police officers for their alleged role in the mistreatment of Latinos, Mayor Joseph Maturo said Monday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=yvuombwMF6I:6Z3qSY8szJs:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/yvuombwMF6I" height="1" width="1"/>\r\nMon, 30 Jan 2012 11:17:27 EST\r\nhttp://www.cnn.com/2012/01/30/justice/connecticut-east-haven-police/index.html?eref=rss_topstories\r\n\r\nBlood in missing tot\'s home is hers\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\nhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/dXKDpwdA000/index.html\r\nTesting on blood found in the home of a missing Maine toddler has determined that some of it belonged to the girl, police said Sunday.<div class="feedflare">\r\n<a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:V_sGLiPBpWU" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?d=qj6IDK7rITs" border="0"></img></a> <a href="http://rss.cnn.com/~ff/rss/cnn_topstories?a=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rss/cnn_topstories?i=dXKDpwdA000:LKv1ZUrJ_RU:gIN9vFwOqvQ" border="0"></img></a>\r\n</div><img src="http://feeds.feedburner.com/~r/rss/cnn_topstories/~4/dXKDpwdA000" height="1" width="1"/>\r\nMon, 30 Jan 2012 05:28:48 EST\r\nhttp://www.cnn.com/2012/01/29/justice/maine-missing-toddler/index.html?eref=rss_topstories\r\n\r\n' In [27]: t= tree.fromstring(d) --------------------------------------------------------------------------- NameError Traceback (most recent call last) /Users/stevel/wp/lecture/2012_01_Intro_Programming/lec7/ in () NameError: name 'tree' is not defined In [28]: from urllib2 import urlopen KeyboardInterrupt In [28]: from xml.etree.cElementTree import fromstring In [29]: t= tree.fromstring(d) --------------------------------------------------------------------------- NameError Traceback (most recent call last) /Users/stevel/wp/lecture/2012_01_Intro_Programming/lec7/ in () NameError: name 'tree' is not defined In [30]: t=fromstring(d) In [31]: t Out[31]: In [32]: len(t) Out[32]: 1 In [33]: t. t.__copy__ t.find t.insert t.makeelement t.__deepcopy__ t.findall t.items t.remove t.__reduce__ t.findtext t.iter t.set t.append t.get t.iterfind t.clear t.getchildren t.itertext t.extend t.getiterator t.keys In [33]: t[0] Out[33]: In [34]: len(t[0]) Out[34]: 22 In [35]: for i in t: print i ....: In [36]: for i in t[0]: print i ....: In [37]: for i in t[0][-1]: print i ....: In [38]: t[0][-1][3] Out[38]: In [39]: t[0][-1][3].text Out[39]: 'Testing on blood found in the home of a missing Maine toddler has determined that some of it belonged to the girl, police said Sunday.
\n \n
' In [40]: t[0][-1][0].text Out[40]: "Blood in missing tot's home is hers" In [41]: t[0][-1][2].text Out[41]: 'http://rss.cnn.com/~r/rss/cnn_topstories/~3/dXKDpwdA000/index.html' In [42]: Do you really want to exit ([y]/n)? odd-2% ls hw.py x.py xml_example.xml odd-2% ipython Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) Type "copyright", "credits" or "license" for more information. IPython 0.10.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: r[0][4].items() KeyboardInterrupt In [1]: Do you really want to exit ([y]/n)? odd-2% cp ~/Desktop/test.html . odd-2% ls hw.py test.html x.py xml_example.xml odd-2% vi y.py odd-2% python y.py http://10.127.56.164:8080 ^CTraceback (most recent call last): File "y.py", line 7, in httpd.serve_forever() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 225, in serve_forever r, w, e = select.select([self], [], [], poll_interval) KeyboardInterrupt odd-2% python y.py http://10.127.56.164:8080 1.0.0.127.in-addr.arpa - - [30/Jan/2012 11:38:42] "GET / HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [30/Jan/2012 11:39:25] "GET /test.html HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [30/Jan/2012 11:39:28] code 404, message File not found 1.0.0.127.in-addr.arpa - - [30/Jan/2012 11:39:28] "GET /images/favicon.png HTTP/1.1" 404 - 1.0.0.127.in-addr.arpa - - [30/Jan/2012 11:39:30] "GET /y.py HTTP/1.1" 200 - ^CTraceback (most recent call last): File "y.py", line 7, in httpd.serve_forever() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 225, in serve_forever r, w, e = select.select([self], [], [], poll_interval) KeyboardInterrupt odd-2%