From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: XML entities in the ox-rss exporter Date: Thu, 26 May 2016 15:22:59 +0200 Message-ID: <878tyx9cng.fsf@saiph.selenimh> References: <87r3d05w5f.fsf@gmail.com> <8737p79o8m.fsf@saiph.selenimh> <87fut6qwen.fsf@gmail.com> <87bn3trun4.fsf@gmail.com> <87zirdf2i1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5vFn-0005Lb-4w for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:23:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5vFl-00058z-8j for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:23:10 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:36757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5vFl-00058m-2R for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:23:09 -0400 In-Reply-To: <87zirdf2i1.fsf@gmail.com> (Arun Isaac's message of "Thu, 26 May 2016 17:35:42 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Arun Isaac Cc: emacs-org Hello, Arun Isaac writes: > Subject: [PATCH] ox-rss: Encode characters to their XML entities > > * contrib/lisp/ox-rss.el (org-rss-build-channel-info, org-rss-headline): > Encode disallowed characters in `title' to their XML entities > > The `title' field is user specified and may contain characters such as > "&", "<" or ">" that are disallowed in XML. These characters should be > encoded into their corresponding XML entities. Applied. Thank you. Regards, -- Nicolas Goaziou