

All files go into the same web site folder.

"index.asp" is the main page.  This includes "dbconnection.asp" which contains
your database connection string (or DSN). 
"index.asp" first queries the database to retrieve the appropriate records. You can
modify the SQL query to retrieve whatever range of info you desire.

Once the recordset has been retrieved, it loads "ADOtoXML.xsl" which is a quick XSLT to
transform the recordset into XML.

The XML is then transformed into the live 10 Column worksheet using "10column.xsl" and
then streamed back to the browser.