| File | Description |
|---|---|
| TopDates.xml | XML Data file the dates that contains the unsorted date elements |
| TopDates.xsl | XSLT Stylesheet to extract the top x dates from an unsorted list of elements |
| TopDatesOutput.htm | Example of the HTML output that will result from transforming TopDates.xml with TopDates.xsl |
| BinarySearch.xsl | Template for performing Binary Searches on xml elements. |
| DisplayStringAsTable.xsl | Template for converting a text string to an html table. |
| File | Description |
|---|---|
| JeniCombineA.xml | XML file that will create the combination of the multiple files. |
| AllProducts.xsl | XSLT Stylesheet used to transform the contents of the JeniCombineA.xml. |
| JeniCombineAOutput.htm | Example of the HTML output that will result from transforming JeniCombineA.xml with AllProducts.xsl. |
| DisplayProds.xsl | Template that will be used to display a set of product elements as an HTML Table. |
| ProductSalesNW.xml | XML Data file containing products from the Northwest region. |
| ProductSalesSW.xml | XML Data file containing products from the Southwest region. |
| File | Description |
|---|---|
| JeniDataB.xml | XML file containing the filenames of the documents to be combined. |
| JeniCombineB.xsl | XSLT Stylesheet used to combine the documents whose filenames are in JeniDataB.xml |
| JeniCombineBOutput.xml | Example of the XML output that will result from transforming JeniCombineB.xml with AllProducts.xsl |
| ProductSalesNW.xml | XML Data file containing products from the Northwest region |
| ProductSalesSW.xml | XML Data file containing products from the Southwest region. |
| File | Description |
|---|---|
| AllProductsMain.xml | XML document which will generate the combined xml files |
| AllProducts.xsl | XSLT Stylesheet used to transform the combined xml files |
| AllProductsOutput.htm | Example of the HTML output that will result from transforming AllProductsMain.xml with AllProducts.xsl |
| ProductSalesNW.xml | XML Data file containing products from the Northwest region |
| ProductSalesSW.xml | XML Data file containing products from the Southwest region.. |
| File | Description |
|---|---|
| KurtData.xml | XML file which contains the names of the xml files to be combined |
| KurtCombine.xsl | XML document which will combine transform the filenames contained in KurtData.xml |
| KurtDataOutput.htm | Eample of the HTML output that will result from transforming KurtData.xml with KurtCombine.xsl |
| DisplayProds.xsl | Template that will be used to display a set of product elements as an HTML Table. |
| ProductSalesNW.xml | XML Data file containing products from the Northwest region. |
| ProductSalesSW.xml | XML Data file containing products from the Southwest region. |
| File | Description |
|---|---|
| AllProducts.xml | XML Document which contains the root element that all of the xml files will be appended to |
| AllProducts.xsl | XSLT Stylesheet used to transform the combination of xml files |
| CombiningXML.asp | ASP file which will merge the xml documents together. |
| ProductSalesNW.xml | XML Data file containing products from the Northwest region. |
| ProductSalesSW.xml | XML Data file containing products from the Southwest region. |