xsl-list
[Top] [All Lists]

RE: [XPath20] Decoding URIs

2005-11-01 16:07:07
Sadly, there is no function for this. It was requested at a fairly late
stage in the game but no-one volunteered to do to the specification work,
especially as there was a good chance it wouldn't get in since there's a lot
of resistance to incremental growth in the function library.

An obvious candidate for an extension function, but I've promised to do some
decorating next weekend.

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Christian Roth [mailto:roth(_at_)visualclick(_dot_)de] 
Sent: 01 November 2005 22:44
To: XSL List
Subject: [xsl] [XPath20] Decoding URIs

Hi,

is there a method in XPath 2.0 - Functions to decode a URL (resp. its
fragment identifier part)? Or is this done by some way of casting?

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

Suppose I have this source XML:


  <elem uri="cust:/dir/a%20value" />


How can I set a variable x to hold the string "cust:/dir/a value"?


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





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