hey,
we're trying to construct an url in a xsl stylesheet... with & in
it..
Is
there a way to do this with a url showing http://www/link.com/test?id=23&page=45
and
not http://www/link.com/test?id=23&page=45
Why
are you trying to construct invalid HTML?
Let
the XSLT processor escape the "&" as "&" - you'll find your
browser is quite happy with it that way.
Mike
Kay
|
|