Re: [xsl] string replace with ­

Subject: Re: [xsl] string replace with ­
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 Nov 2001 16:16:07 GMT
You don't want to output the five characters & s h y ; you want to 
output the unicode character 173, which is what &shy; expands to in
HTML.

so just use &#173;

(See any XSLT faq, but search for nbsp which is the usual entity people
ask about, just replace "160" in any answer with "173".)

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread