vikram7 / sec_latest_filings_rss_feed_parser

Simple Elixir XML Parser for SEC "Recent Filings" RSS Feed
Other
10 stars 3 forks source link

Remove sweet_xml dependency? #9

Closed vikram7 closed 8 years ago

vikram7 commented 8 years ago

Should we remove the sweet_xml dependency? Worth considering if most of what we need can be extracted with regexes.

vikram7 commented 8 years ago

Try with Floki library as sweet_xml seems to have issues parsing text with special characters like this:

<title>10-K - Renewable Energy &amp; Power, Inc. (0001608430) (Filer)</title>
vikram7 commented 8 years ago

Closed with https://github.com/vikram7/sec_latest_filings_rss_feed_parser/pull/14