[xsl] decoding percent-escaped octet sequences

Subject: [xsl] decoding percent-escaped octet sequences
From: Julian Reschke <julian.reschke@xxxxxx>
Date: Fri, 20 May 2011 17:34:34 +0200
Hi,

do XSLT/XPath2 offer an elegant way to convert percent-escaped octet sequences to strings (both for ISO-8859-1 and UTF-8).

So far I found codepoints-to-string, but that would mean that I'd still have to to

1) percent-escaped-string to sequence of octets, and
2) sequence-of UTF-8 octets to seequence of codepoints.

Did I miss something here?

Best regards, Julian

Current Thread