HTML escape every string before returning it to
the client, which may as well be the webUI. This will
prevent XSS attacks for pages which display whatever
is in the DB (e.g. tags, components)
class tcms.handlers.KiwiTCMSXmlRpcHandler(request, entry_point)[source]¶