Yes, that's exactly what I was looking for. Brilliant!
From: Kent Johnson Sent: Friday, October 24, 2008 10:59 AM To: Dinesh B Vadhia Cc: tutor@python.org Subject: Re: [Tutor] XML to text On Fri, Oct 24, 2008 at 11:54 AM, Dinesh B Vadhia <[EMAIL PROTECTED]> wrote: > I have a large number of xml files that I want to convert into text format. > What is the best and easiest way to do this? Thanks! If by "convert into text format" you mean, strip all the xml markup and leave just the text, then either of these recipes should work: http://code.activestate.com/recipes/65128/ http://code.activestate.com/recipes/498286/ Kent
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor