RE: [xsl] XSLT 1.0, relative URIs, and xml:base

Subject: RE: [xsl] XSLT 1.0, relative URIs, and xml:base
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 10:47:34 -0000
> I think that I am still correct in saying that there is no intrinsic
> way of stating that eg. ' ' (space) equals & #x20; (and should
> therefore be replaces with %20). This part would have to be done using
> a choose-when expression, I think.

Well, you could do

string-length(substring-before("all-the-unicode-characters-in-sequence"))

which is a little better than that, but still pretty horrendous.

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

Current Thread