Comment #18 on issue 360 by wudalong: Possibility to view log file without loading it into memory fully
http://code.google.com/p/robotframework/issues/detail?id=360
It'a pretty solution using JS compress in HTML. But How can reduce the size of output.xml? It's difficult to generate HTML log from a Gigabytes output.xml. I found in the release notes that the --splitoutputs parameter will be removed in new version. If I'm right, then all the log will saving in one output.xml. It will generated a very large XML file, if there are thousands of test cases running in one time.
