Hi Martin,
I've had the same problem and people explained to me that it is an encoding
problem. Unless you specify the encoding (like this, for example):
<xsl:output name="html" method="html" encoding="UTF-8"/>
there is no guarantee what the browser will assume. In addition you might
want to use this:
& # 1 6 9 ; (without the spaces)
rather than this:
&
in your XSLT
HTH
cheers
Malcolm
----- Original Message -----
From: "Martin Lampen" <mlampe@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, May 27, 2003 7:44 AM
Subject: ampersand fun
> This is probably an old question but, when trying to encoide an ampersand
in a URL even when I write is as:
>
> <xsl:text>&</xsl:text>
>
> the page doesn't render. Any ideas?
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|