Using regex in python to remove blank line in an XML?

Sorry if this has been asked before but I cannot find the answer anywhere..I am trying to use regex to extract element values but the xml being pulled contains a blank line and this seems to be causing errors.Here is one of the elements in the XML:\[code\]<entry> <id>http://feeds.rasset.ie/rteavgen/player/videos/show/?id=10103822</id> <showid>10103822</showid> <platform>iptv</platform> <published>2013-01-19T21:45:00+00:00</published> <updated>2013-01-19T23:41:00+00:00</updated> <title type="text">The Saturday Night Show</title> <content type="text">Chat show, presented by journalist and broadcaster Brendan O'Connor, featuring comedy, celebrity guests and live musical performances.</content> <category term="RT
 
Back
Top