RE: [xsl] need an "&" in my text!!!Please help!

Subject: RE: [xsl] need an "&" in my text!!!Please help!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 3 Jul 2001 09:40:15 +0100
> I need to get an ampersand symbol in my output.

You've been given various answers to this, including a reference to the FAQ,
but you haven't been given the usual response to this question, which is
"why?".

The most common reason people want an ampersand in their output is that they
want to output a URL like href="http://server.com/query?x=1&y=2";. The fact
is that such a URL is incorrect HTML, and the ampersand should correctly be
written as "&amp;".

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread