Re: custom xml pretty print

2005-11-20 Thread Diez B. Roggisch
akbar wrote: > Hi, > > I have Document. If I print it like this: > > print doc.toprettyxml(" ") > > I will get this: > > > > blablablabla > > > > > What do I have to do if I want to print it like this: > > > blablablabla > > Use a SAX-Handler, parse it your

custom xml pretty print

2005-11-20 Thread akbar
Hi, I have Document. If I print it like this: print doc.toprettyxml(" ") I will get this: blablablabla What do I have to do if I want to print it like this: blablablabla Thank you. -- http://mail.python.org/mailman/listinfo/python-list