I'm trying to understand what this library wants to be. For example, I
started to write some test code:
var entry:Entry = new Entry();
entry.setTitle("I Love the Syndication Library ");
assertNotNull(entry);
But, alas , Entry can only be instantiated by providing it an XML
instance of an entry document. What gives? What's a poor hacker to do?
I don't want to implement my own library but... Sure would be nice to
have something like java's Axiom library.
On the other hand, if we're not doing to have some robust
bidirectional XML to Domain object facility in actionscript, why not
just rely on the infoset/e4x.