[Distutils] Re: Distutils-SIG digest, Vol 1 #478 - 13 msgs

Paul Prescod paulp@ActiveState.com
Thu Mar 15 06:29:01 2001


Alexandre Fayolle wrote:
> 
> ...
> 
> You may want to check vcalsax, available at
> http://www.logilab.org/vcalsax/. This module reads a vcalendar file (used
> by korganizer and gnomecal, which looks a lot like rfc822), and emits SAX2
> events so that it is possible to process the file as if it were XML, and
> thus, for example build a DOM tree out of it.

I didn't really intend for it to be anything complex.

for name in metadatanames:
	print "<"+name.lower()+">"+content+"</"+name.lower()+">"

Maybe it is intrisically more complex them I am thinking...

-- 
Take a recipe. Leave a recipe.  
Python Cookbook!  http://www.activestate.com/pythoncookbook