Hi D,
I just wanted to let you know that we have now released LogViewPlus v2.4.36 as a BETA release.
This release resolves the issue with XML parsing discussed above. You should now be able to parse your file using the XmlParser with the pattern:
<LogEntry>
<LogType>%p</LogType>
<Timestamp>%d{yyyy-MM-dd %H:mm:sszzzz}</Timestamp>
<UserID>%S{UserID}</UserID>
<AuthorizationUser>%S{AuthorizationUser}</AuthorizationUser>
<Message>%m</Message>
<Exception>%S{Exception}</Exception>
<ModuleName>%S{ModuleName}</ModuleName>
</LogEntry>

Hope that helps. Please let me know if you have any further questions or issues.
Toby