[xsl] unescape? how do I unescape?

Subject: [xsl] unescape? how do I unescape?
From: "Ian Ring" <iring@xxxxxxxxxxx>
Date: Thu, 24 Nov 2005 13:51:39 -0500
I'm getting XML that has uri-escaped text.
For instance: <item>big%20red%20firetruck</item>

I want to display "big red firetruck"

Is there an unescape-uri() function in XSLT?

Current Thread