This script can be used to generate a status report on the test creation activity. It uses the information contained the test files themselves as the basis for this report. The first step in the process is to generate a list of the tests under development. This is done by generating a list of all of the tests in the "../svg" directory and removing from that list the tests that have been already published. The list of tests that have been published is in the "./published_tests.txt" file. The next step is to extract the status of each of the tests into an XML file called "../status/test_status.xml". This is done by first copying the contents of a header file, "./test_status_header.xml", to the status file. The script then goes through each of the new tests and extracts the status of the test using the "./getTestStatus.xslt" stylesheet and appends the result to the tests_status.xml file. The contents of a trailer file, "./test_status_trailer.xml", is finally added to the test_status.xml file. The last step is to create an XHTML version of the status report called "../status/test_status11.html". This is done by applying a style sheet (./test_status2html.xslt) to the test_status.xml status file. # $Id: generateTestStatus.readme,v 1.1 2007/06/07 08:00:17 agrasso Exp $