"Andi Clemens" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> we had some problems in the last weeks with our mailserver.
> Some messages were not delivered and we wanted to know why.
> But looking through the logfile is a time consuming process.
> So I wanted to write a par
You can parse it just once, you just have to setup your data structure
(the structure of your XML schema) and fill it up as you parse.
For example, you can represent you data structure as a dictionaries in
Python:
message={
MID : {
' timestamp' : TIMESTAMP,