Hallöchen!

Terran Melconian writes:

> On 2008-02-11, js <[EMAIL PROTECTED]> wrote:
>
>> Is there any de-fact standard RSS/ATOM generator? (especially,
>> I'd like to create Atom's) Do I have to do it myself from
>> scratch?
>
> I looked into similar issues about six months ago.  My conclusion
> was that generally XML generation libraries (unlike parsers) don't
> get written, because there's little enough to them that it isn't
> seen as worth doing, and that accepted practice is to just do it
> yourself.

Maybe I understand you wrongly but there *is* a general XML
generator with ElementTree.  I wouldn't generate XML directly but
using ElementTree to generate Atom.  I did it myself three months
ago and it was really trivial.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                                      Jabber ID: [EMAIL PROTECTED]
               (See http://ime.webhop.org for further contact info.)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to