Function XMLescape in common/library.py escapes apostrophes as "’". This is valid in HTML, but in XML they should be escaped as "'". We will need to be careful when applying a fix because function is called from many scripts and because changing its behavior will break anything already in the queue, including History pages.
Anonymous