Subject: RE: Ampersand in url
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 13 Sep 2001 13:17:44 +0200
|
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Jeroen
> Janssen
> Sent: Thursday, September 13, 2001 1:05 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Ampersand in url
>
>
> I'm trying to construct a url in my xsl, the url contains an
> ampersand and I
> can't get it to output it as & instead of &
>
>
> I want this:
> action="storecountry.asp?id=1&mode=edit"
>
> But I get this:
> action="storecountry.asp?id=1&mode=edit"
And that's correct because *this* is legal HTML.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|