Looks like a bug (or rather, oversight) in XML::Atom. I would recommend that you open an RT ticket and see what the maintainer says.
Actually, I think miyagawa is on the list, so he might have something to say about this. FWIW, I'm happily using XML::Atom::SimpleFeed. It should support what you want to do, but it doesn't have any Atom Server capabilities, it just produces an XML document that you can serve however you like. Regards, Jonathan Rockway John Napiorkowski wrote: > --- Jonathan Rockway <[EMAIL PROTECTED]> wrote: > <content > xmlns="http://www.w3.org/2005/Atom" > xmlns:default="http://www.w3.org/1999/xhtml" > type="application/xml"> > <div xmlns="http://www.w3.org/1999/xhtml"> > <member xmlns="http://mysite.com/ns#member" > > <name>blah blah</name> > <title>nobody</title> > </member> > </div> > </content> > > > Now the atom spec says I can do XML content and have > it look like (same example as above): > > <content type="application/xml"> > <member xmlns="http://mysite.com/ns#member" > > <name>blah blah</name> > <title>nobody</title> > </member> > </content> _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
