Subject: RE: Ampersand in url
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 13 Sep 2001 12:26:04 +0100
|
> 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"
>
FAQ.
What you say you want is incorrect HTML.
What you are getting is correct HTML.
Read the spec if you don't believe me.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|