Re: help in xml and python

2006-07-13 Thread Paul Boddie
Fredrik Lundh wrote: > > not very long ago, "Kepioo" wrote: [...] > which looks rather similar to your post, don't you think? Are you calling "homework assignment", Fredrik? ;-) Paul -- http://mail.python.org/mailman/listinfo/python-list

Re: help in xml and python

2006-07-13 Thread Fredrik Lundh
John Draper wrote: > I remember a few years ago, I posted something like this to the list, > and got flamed 6 ways from Sunday for having the audacity to propose > this. certain people think that the mere thought of getting paid for contributing to freely available software is outrageously immor

Re: help in xml and python

2006-07-13 Thread John Draper
Diez B. Roggisch wrote: >>can someone please with the code for this. >> >> > >Show us your efforts, and we'd be glad to help you correcting/enhancing >them. > >Or use PayPal and pay one of the guys here - my hourly fee is 50€, and >less than one hour work can't be booked. > >Diez > > I rem

Re: help in xml and python

2006-07-13 Thread Stefan Behnel
Diez B. Roggisch wrote: > Or use PayPal and pay one of the guys here - my hourly fee is 50€, and > less than one hour work can't be booked. He! Don't tell people in public that you're working at 50€/hour! That's gonna destruct the market. It's better if they believe there's nothing below 80€, the

Re: help in xml and python

2006-07-13 Thread Diez B. Roggisch
> can someone please with the code for this. Show us your efforts, and we'd be glad to help you correcting/enhancing them. Or use PayPal and pay one of the guys here - my hourly fee is 50€, and less than one hour work can't be booked. Diez -- http://mail.python.org/mailman/listinfo/python-lis

Re: help in xml and python

2006-07-13 Thread Maric Michaud
Le jeudi 13 juillet 2006 12:50, Kirt a écrit : >     >     /home/moq/buc/2 >     >      mod2.py >      200607131001 >     >     In [109]: xmldir = """ .: %(dir)s .: .: %(file)s .: %(time)s .: .:""" In [116]: xmloutput = '

Re: help in xml and python

2006-07-13 Thread Fredrik Lundh
"Kirt" wrote: >i have a List > > modifiedfiles= [['/home/moq/buc/2/mod2.py', '200607131001'], > ['/home/moq/buc/1/mod2.py', '200607131000'], > ['/home/moq/buc/1/mod3.py', '200607131001'], > ['/home/moq/buc/1+mod1.py', '200607131001']] > > i have to put them in am xml format like the follg. not ve

help in xml and python

2006-07-13 Thread Kirt
i have a List modifiedfiles= [['/home/moq/buc/2/mod2.py', '200607131001'], ['/home/moq/buc/1/mod2.py', '200607131000'], ['/home/moq/buc/1/mod3.py', '200607131001'], ['/home/moq/buc/1+mod1.py', '200607131001']] i have to put them in am xml format like the follg. /home/moq/buc/2