This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: [xsl] Handling of special characters like © etc




> I face problem for characters like &,<,> © etc.
> Well I can actually replace these known characters by there equivalents
like
> for & i can put &amp; 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]