xsl-list
[Top] [All Lists]

Re: XSLT 1.0, relative URIs, and xml:base

2005-11-21 02:10:44
Hi Magnus,

On 11/18/05, Magnus Henriksson (MO/EAB) 
<magnus(_dot_)henriksson(_at_)ericsson(_dot_)com> wrote:
Hi,

I'm looking for a URI resolver (RFC 2396) that is implemented in pure XSLT 
1.0.
<Snip/>
XSLT 2.0 is not an option, nor are extension functions...

As far as I can tell, you will have a real problem here.
In XSLT (1.0) alone, you cannot get the character code from a given char.

Therefore, you will have to try out every possibility of a given
character. This is barely feasible using only ASCII characters, but if
you need more, then you are really bad off.

You will have to go recursively through the URI in question, escaping
the characters that are not acceptable as they are. The escaping
itself being done by a huge choose-when sentence covering all
possibilities.

I suspect this does not help at all...
Regards,
Ragulf Pickaxe :-)

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