This project used Adobe InDesign (AID) stylesheets to create an XSLT file that formats tables in InDesign using XML tagged data. Specific AID commands such as aid:table="cell", aid:trows, and aid:ccols were used to define the table structure and layout. Additionally, XSLT commands like xsl:for-each select="NewRecord" and xsl:sort select="School" were applied to loop through the tagged data and organize it, making sure the correct values were inserted into the appropriate table cells.