most of the rss have an property call content:encoded, so I get it using this
//in a loop { $item_content=$x->item($i)->getElementsByTagName('encoded')->item(0)->nodeValue; } but I also experienced error with some blogs that in its rss it doesn't have content:encoded property so I got an error of Trying to get property of non-object. How to I handle this?