For my app, I use 2 ideas :

- http://bloog.billkatz.com/ (source available). It uses the webapp
template engine.
- http://home.avvanta.com/~steveha/pyfeed.html : only for the utility
methods (rfc339 and tag)

Then if I need to update the atom.xml template, I go there :
http://www.atomenabled.org/developers/syndication/

If you use a template, update self.response.headers['Content-Type'] =
'text/xml'

Regards


On 8 nov, 14:59, jago <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to write out the XML of an Atom feed. Is there a lib
> which is part of the standard AppEngine setup which could help me
> writing the XML?
>
> Or should I simple construct the xml string 'by hand' ?
>
> isa
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to