Changes for version 0.08
- In a fit of insanity, I've implemented RSS generation code. Currently RSS version 0.9, 1.0, and 2.0 are supported.
- You can now parse RSS, serialize it via as_string(), parse it again, and get (almost) the same structure back.
- Separated out RSS parsing/generation code from main module. These modules are loaded as necessary, or by demand.
- Updated benchmark.
Modules
XML::RSS with XML::LibXML
Represent A Non-Trivial RSS Element
Provides
in lib/XML/RSS/LibXML/Format.pm
in lib/XML/RSS/LibXML/Generator.pm
in lib/XML/RSS/LibXML/Parser.pm
in lib/XML/RSS/LibXML/V09.pm
in lib/XML/RSS/LibXML/V10.pm
in lib/XML/RSS/LibXML/V20.pm