Archived Forum Post

Index of archived forum posts

Question:

CkXml disable automatic encoding of some content

Jun 14 '13 at 07:33

I am using CkXml to generate an (x)html document. The DOCTYPE used is XHTML 1.0 Strict. The charset used is utf-8 though I input as ANSI and then convert/save as utf-8.

This has been working fine so far except for one issue: Apostrophe is automatically escaped in node content as '. This causes problems with IE8 that does not appear to understand this escape sequence.

Is it possible to either disable automatic escaping of special characters in CkXml or to change the escape sequence to ' (as recommended by http://www.w3.org/TR/xhtml1/#C_16)?