From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH 0/4] org-feed: Improve feed parsing Date: Sat, 19 Jun 2010 16:25:37 +0200 Message-ID: <1276957541-29908-1-git-send-email-dmaus@ictsoc.de> References: <87wrtvdzv2.fsf@gmail.com> Return-path: Received: from [140.186.70.92] (port=49710 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPz11-0005Gi-T7 for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:27:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPz10-0003Pv-S9 for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:27:23 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:58377) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPz10-0003PJ-NT for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:27:22 -0400 In-Reply-To: <87wrtvdzv2.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Four patches to improve feed parsing: - respect XML namespace of rss:item elements (fixes reported problem with codeproject.com's feed) - ignore case of rss element names (dto., codeproject uses upper case letters for rss:guid element) - provide and use function to unescape XML entities. Some characters must be escaped for XML transport (e.g. &), they are properly unescaped using `xml-entity-alist' David Maus (4): Respect possible XML namespace of rss:item elements. Ignore case of rss element names. Unescape protected entities defined in `xml-entity-alist'. Unescape rss element content. lisp/org-feed.el | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-)