how to integrate all msn message histories

larciel

Diamond Member
May 23, 2001
4,590
8
81
thanks to formatting my HD last couple times, i have several files of MSN message history for each person,.. and that created too many files for me.

after trying to combine two history files into one, i couldn't find any convenient way of doing it

anyone who knows any prog. or way. i'd appreciate your help :)

 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Do you understand xml? As far as I can see all you have to do is paste the <Message/> elements from one file into another. Then you'd have to change the SessionID attributes of those messages and the LastSessionID attribute of the root <Log/> element. It'd be possible to automate but if it's not a huge job you might be better off diving in by hand.
 

larciel

Diamond Member
May 23, 2001
4,590
8
81
yeah, i copy-pasted it but i'd have to change sessionID for ALL messages, and that'd be quite a work if doing by hand..