How do i unescape HTML Entities in JS?
When googling i literally saw answers with a huge switch and people rolling their own.
I'd like the string <html xmlns="http://www.w3.org/1999/xhtml" >
to become <html xmlns="http://www.w3.org/1999/xhtml" >