How can I 'compound' streams?
I need to build a stream that writes to stdout and a file at the same time. Is there already a function in the Python library to do this? -- http://mail.python.org/mailman/listinfo/python-list
Re: Xml parser
You can use DOM http://diveintopython.org/, Chapter 9 "ashish" wrote > Hi All, > > I want to know weather is there any api available in python for parsing > xml(XML parser) > > Regards > Ashish > -- http://mail.python.org/mailman/listinfo/python-list