O.P. Event xml wrongly written
i'm using messinger plus lie (4.01.0.240) om windows live messenger 8.0(build 8.0.0792.00)
I'm using the feature to get allerted of pop3-account emails.
The problem is, that when you open the xml-file in iexplorerer, it says it misses the end-tag of <origin>
But in fact it is the tag <POP3-account> that misses the end-tag
This causes the event-log to be unreadable by anything that reads xml-files
the line that is wrong is this:
<Event><Type>ExternalEmails</Type><DateTime>2006-07-26T09:06:41+01:00</DateTime><Origin><POP3-account> (raymond.molenaar@quicknet.nl)</Origin><Description>Nieuw aantal e-mails: 6</Description><Data>raymond.molenaar@quicknet.nl</Data></Event>
In previous versions the line was like this, which was good:
<Event><Type>ExternalEmails</Type><DateTime>2006-07-02T19:08:24+01:00</DateTime><Origin>POP3-account (raymond.molenaar@quicknet.nl)</Origin><Description>Nieuw aantal e-mails: 25</Description><Data>raymond.molenaar@quicknet.nl</Data></Event>
|