Revision history for Perl extension XML::Atom::Syndication
0.09 Jul 16 2005
- Replaced use of Style param in XML::Atom::Syndication with Handlers param.
This lowered the necessary prerequisite of XML::Parser needed.
- Fixed XHTML namespace and removed trailing slash. (bjoern@hoehrmann.de)
0.08 Sep 23 2004
- Add proper handling of unknown namespace prefixes.
0.07 May 03 2004
- Fixed bug in Element qname method.
0.06 Apr 28 2004
- Fixed undefined variable warning that slipped in.
- Modified test so this doesn't happen again.
0.05 Apr 28 2004
- Fixed undefined subroutine bug in Element _xpath_attribues_name.
- Clarified qname method usage in docs.
0.04 Apr 27 2004
- Exposed _xpath_name as qname in Element.
- Dies if an unregistered XOath prefix is namespace URI is
encountered.
0.03 Apr 18 2004
- Implemented Document and Characters objects rather then use
dynamically generated ones from Elemental style.
0.02 Apr 15 2004
- Implemented xpath_namespace method for registering other
namespace mappings for XPath queries.
- Fixed mishandling of mirror content in get method.
- Removed _ from XML::Parser->parsefile method call.
- Implemented CGI->param like handling of XPath queries with the
Element query method.
0.01 Apr 07 2004
- Initial release into CPAN.