Guess what? I have just realized that MSN Messenger acutally uses XML format to store the converstaion history on my comptuer. Just like what we have learned in class, for every single person you have chatted with on your MSN, the program acutally creates a XML file and this file has a line says:
<?xml-stylesheet type='text/xsl' href='MessageLog.xsl'?>
and now i totally understand that it applies a style sheet named MessageLog.xsl and displays in the format that the stylesheet wants.
Now XSLT seems a lot more fun cuz i'm acutally trying to create a new Stylesheet to transform the way the message history is displayed. Budd I'll keep you posted with my progress.