[EMAIL PROTECTED] wrote: > I am a newbie in python > I am trying to parse a xml file and write its content in a txt file.
If you want to write code that does not hide your bugs behind cryptic event handlers and instead helps you get XML work done, try using ElementTree or lxml instead of SAX. The first is in the standard library of Python 2.5, the second is here: http://codespeak.net/lxml Stefan -- http://mail.python.org/mailman/listinfo/python-list