emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH 0/4] org-feed: Improve feed parsing


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH 0/4] org-feed: Improve feed parsing
Date: Thu, 1 Jul 2010 15:23:38 +0200

Hi David,

I have applied these patches, with the exception of patch 20
(patchwork reference number, about removing a lambda) which
for some reason does not apply.

Can you please check and resubmit an updated patch.

Also, your commit messages are almost the new format, but
please don't indent the second and further lines
of the ChangeLog entry.

Thanks!

- Carsten


On Jun 19, 2010, at 4:25 PM, David Maus wrote:

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(-)


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]