Re: [Tutor] python, xml, mongodb

2013-10-27 Thread Emile van Sebille
Two things bother me about your assignment -- First, you say "i really dunno what format to expect, no details on that" and second, "i have like three weeks to complete this." Doesn't sound like a winning combination to me. :( When I've written systems to aggregate and normalize data from mu

Re: [Tutor] Parsing multiple lines from text file using regex

2013-10-27 Thread Peter Otten
Marc wrote: > Hi, > I am having an issue with something that would seem have an easy solution, > which escapes me. I have configuration files that I would like to parse. > The data I am having issue with is a multi-line attribute that has the > following structure: > > banner > Banner text > B

[Tutor] Parsing multiple lines from text file using regex

2013-10-27 Thread Marc
Hi, I am having an issue with something that would seem have an easy solution, which escapes me. I have configuration files that I would like to parse. The data I am having issue with is a multi-line attribute that has the following structure: banner Banner text Banner text Banner text ... Th