DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Unencode REXML::text
Source: <a href="http://snippets.dzone.com/posts/show/6617">Unescape a REXML document</a> [dzone.com]
s = doc.to_s puts REXML::Text::unnormalize(s)




