Subject: RE: Is it possible to get " " in output rather than the encoded character?
From: "Steven Reddie" <smr@xxxxxxxxxxxxxx>
Date: Wed, 19 May 2004 18:26:49 +1000
|
Hi Patrick,
That was a typo in the email. I did have the ';' in the code but in both
cases the "&" is passed through unchanged and therefore without any
effect on the text that follows.
Regards,
Steven
-----Original Message-----
From: Patrick van Halderen [mailto:patrick@xxxxxxxxxxxxxxxxxxx]
Sent: Wednesday, 19 May 2004 6:22 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Is it possible to get " " in output rather than the
encoded character?
On 19-mei-04, at 6:26, Steven Reddie wrote:
> I've tried "&nbsp" but it comes out unchanged.
That is because you forgot the ; after nbsp. HTML doesn't get it this
way...
> On a similar note, is there some escape mechanism such as "\ " or
> "& " (I realise those aren't valid).
Even if this would be possible, the same as above is in place here.
Regards,
Patrick
|