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. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode