xsl-list
[Top] [All Lists]

Re: [XPath20] Decoding URIs

2005-11-03 03:46:40
Colin Paul Adams wrote:

   Christian> I see there is fn:encode-for-uri, but I cannot find its
   Christian> counterpart.

There's no need for one, I would have said.

Here's my real use case at hand:

Scenario: I get an XML document that links relatively to images besides
it using xlink:href. The images' names may contain diacritics.

Task 1: I must generate a plain text list of the names of the contained
images.

Task 2: Converting to HTML, I must fill the "title" and "name"
attributes of the <img> element with the name of the image file - user-
readable.

You could write an xsl:function to do it.

If that is possible without having to resort to a custom extension
function as Michael Kay suggested earlier, I'd really love to see that.

I guess it probably is possible to decode a "%XX" character sequence
into the respective integer using the "Functions on Numeric Values" and
some <xsl:choose>. Then, I'd have to implement an UTF-8 decoder (might
also be possible, I guess) and then use fn:codepoints-to-string(). Hmm,
in case I'm bored this weekend...

N.B. the result will not be a valid URI.

I know, as that is the whole point of my question: I want to *decode*
URI encoded (parts of) strings. :-)

Regards, Christian.


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>