in reply to Re: How can I write both RSS and Atom
in thread How can I write both RSS and Atom

Thanks. but I find that XML::Atom only create 0.3 Atom, does any module create the version='1.0' Atom?
or any suggestion when you create your Atom/RSS feeds?
  • Comment on Re^2: How can I write both RSS and Atom

Replies are listed 'Best First'.
Re^3: How can I write both RSS and Atom
by marto (Cardinal) on Dec 12, 2005 at 16:11 UTC
    Hi fayland,

    Which version of XML::Atom do you have?
    As of version 0.13_01 (dated 2005.09.13) you can pass new(Version => 1.0) to create an Atom version 1.0 feed. Check out the 'Changes' file that comes with the module for more information.

    Hope this helps..

    Martin

      Woo, thanks.

      Yet the document is NOT so clear, I cann't find it.

      :-)