My post must have been unclear if you found unwillingness to write any code.
I thought an approach based on translate might be possible using some syntax
of which I was ignorant. A different pure XSLT approach was also
satisfactory to me, and I was happy to adapt Jarno Elovirta's.
Jeff
----- Original Message -----
From: "Michael Kay" <mhk(_at_)mhk(_dot_)me(_dot_)uk>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, September 09, 2004 12:36 AM
Subject: RE: [xsl] translate for partial uri-encoding?
There is no trick. You either write the code yourself, which you seem to
be
unwilling to do, or you invoke a library routine that does it, which you
also seem unwilling to do.
XPath 2.0 offers an encode-uri() function as standard, I suggest that if
you
are short of time you should use it.