[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Is it possible to get " " in output rather than the encoded character?


Subject: Re: [xsl] Is it possible to get " " in output rather than the encoded character?
From: Patrick van Halderen <patrick@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 May 2004 10:22:07 +0200

On 19-mei-04, at 6:26, Steven Reddie wrote:
I've tried "&amp;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 "\&nbsp" or
"&&nbsp" (I realise those aren't valid).

Even if this would be possible, the same as above is in place here.


Regards,

Patrick


Current Thread