fdietz / elixir-feed-parser

Elixir Feed Parser
Other
49 stars 18 forks source link

Parse feeds which use a custom namespace for feed elements #2

Open fdietz opened 8 years ago

fdietz commented 8 years ago
<p0:entry xmlns:p0="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<p0:title type="text">This is the title</p0:title>
</p0:entry>