xsl-list
[Top] [All Lists]

[xsl] decoding percent-escaped octet sequences

2011-05-20 10:34:52
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--