How to parse XML with nokogiri without losing HTML entities?
问题 If you look at the output below in the after section ruby is removing all the html entities. How to parse XML with nokogiri without loosing HTML entities? --- BEFORE --- <blog:entryFull> <p><iframe src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F39858946&show_artwork=true" width="100%" height="166" frameborder="no" scrolling="no"></iframe></p></blog:entryFull> --- AFTER --- <blog:entryFull> piframe src="http://w.soundcloud.com/player/?url=http%3A%2F