I'm trying to use the following feed with FeedPP: http://thesteampunkhome.blogspot.com/feeds/posts/default Which is an Atom feed. It seems to parse correctly,...
XML::FeedPP::RSS::Item supports ->image() method which works counter-standard (<image> tag is not supported inside items in RSS 2.0). While this is OK to parse...
Hi all I've just released version 0.38 to fix the problem bertl's reported: http://rt.cpan.org/Public/Bug/Display.html?id=36270 And now I added Victor as a...
Currently ->category() returns either the category name or an array of category names. (Am I right?) The @domain attribute is lost. Personally I now don't need...
The XML::FeedPP::RSS::Item->image() method (about which I've complained that this is counter-standard in a previous post in this group) is only a getter (not a...
get_set_array() called with last undef element does not reset the array to become zero-element, but just returns the value of the array. What if I would want...
When I run "make test" all tests fail with the messages like: Can't locate object method "new" via package "XML::FeedPP" (perhaps you forgot to load...
I just finished the development of ->enclosure() method for items. Lastly I wrote tests (which discovered some bugs which I fixed). The yet planned thing is to...
/svn/trunk \-/svn/branches/enclosures \-/svn/branches/images Trunk is the trunk. "enclosures" is finished but maybe not enough tested support for item...
Why "sub image" in XML::FeedPP uses <link rel="icon">? This contradicts to Atom 0.3 specification and is not defined in Atom 1.0 specification. Atom 0.3...
Victor, Thanks for your nice work. I don't think XML::FeedPP39;s multimedia support is best at this time, so it could be help many users. I was away last week to...
... You know better. I just noticed that there was "dc" namespace prefix and added "enc" and "image" nearby (blindly acting by analogy). If you think these...
Hey Vicror, I mean we need care more for users. I would not like to change the default behavior in the minor updates. You must know that many users are already...
Hi Victor, XML::TreePP module does nothing about namespaces actually. xmlns:rdf="" is treated just an attribute in root element. The module never validate...
Hi Haidut, I got another error "Loading failed" with XML::FeedPP v0.40. In the case, it seems that it need more time to be connected. Try with timeout option...
In the branch http://xml-treepp.googlecode.com/svn/branches/with-additional-namespaces/XML-FeedPP added $item->summary and $item->content methods (SVN revision...
... My $item->content was intended to support (among of <content:encoded>) also <xhtml:body>. But now I noticed that <xhtml:body> should contain proper XML...