miniflux-v2/reader/atom
Adrian Smith cc3e65dd3c Handle atom feed with space around CDATA
Trim space around CDATA elements before extracting the CharData.

This problem was discovered when reading https://www.sethvargo.com/feed.xml.
Title and Summary fields have newlines and space between the <title>
element and the CDATA element. e.g.

  <title>
    <![CDATA[Entry title here]]>
  </title>

This meant the title of the feed was coming into MiniFlux as,
  <![CDATA[Entry title here]]>
2022-01-17 15:25:22 -08:00
..
atom_03.go Add workaround to handle some invalid dates 2021-03-21 10:52:27 -07:00
atom_03_test.go Handle invalid feeds with relative URLs 2020-12-02 20:58:18 -08:00
atom_10.go Handle atom feed with space around CDATA 2022-01-17 15:25:22 -08:00
atom_10_test.go Handle atom feed with space around CDATA 2022-01-17 15:25:22 -08:00
atom_common.go Add support for multiple authors in Atom feeds 2022-01-14 20:20:55 -08:00
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
parser.go Handle invalid feeds with relative URLs 2020-12-02 20:58:18 -08:00
parser_test.go Add support for Atom 0.3 2019-12-22 22:42:00 -08:00