I think i just broke a record formost amount of seperate files to produce a webpage. Anyone think of a way to increase this. Im actually doing this to benchmark time it takes to do a webpage this way versus 1 HTML page.

XML document with all the data
XSL page to display the data into HTML
ASP to apply the XSL to the XML in order to make it cross browser
CSS for all the formatting(colors, fonts, etc.)
JS file for all client side javascripting

Ooof.. LOL
This is actually the correct way to do web pages now.