feed-rs 2.3.1

A feed parser that handles Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<catalog>
    <book id="bk101">
        <author>Gambardella, Matthew</author>
        <empty1/>
        <nest1>
            <nest2>Nested</nest2>
        </nest1>
        <title>XML Developer's Guide</title>
        <empty2></empty2>
    </book>
</catalog>