Subject: RE: Handling of special characters like © etc
From: "Tim Watts" <timw@xxxxxxx>
Date: Thu, 3 May 2001 17:08:59 +1000
|
> I face problem for characters like &,<,> © etc.
> Well I can actually replace these known characters by there equivalents
like
> for & i can put & and so on.
> But I want some generic way to handle this.
© has a number value of 169 (&169;)
Or maybe you would like to use <![CDATA[ ]]> to avoid using replacement
values
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|