Parsing and compiling an XSL style sheet is expensive. We'd like to be able to load a sheet once and use it repeatedly.
Doing a transform using MSXML.dll and ASP
Compiling a style sheet ahead of time
On 2Roam's web site XML data's used in two places, the front page, and the list of press releases.
Both are generated from the same headlines file.
The code