INSTALLATION NOTES:

1) Extract the following files to the folder or directory of your choice:
	ScheduleParser.pl
	ScheduleParser.xsl

2) Install XML::Writer module using the following command:

	ppm install XML-Writer

Optional steps
 - Create a text file named "include.txt" with one name per line in the same
format as the data export (please review the included text file for examples).

Basically, if this file exists, then ScheduleParser.pl will only output the
parsed statistics for the list of names that are saved in this file.

HOW TO USE:

1) Export the data to a text file and save it in the same directory where
ScheduleParser.pl is installed.

2) Open a command prompt and change the appropriate drive and directory.

An example would be if ScheduleParser.pl is installed in c:\temp, then you
would want to do the following:

	c:<Enter>
	cd \temp<Enter>

3) Remove any previous XML files using the following command:

	del *.xml

4) Execute ScheduleParser.pl with the name of the data export file in quotes.

Example being the data export file is named "TDS Internet Support.txt" then you
would use the following command:

	ScheduleParser "TDS Internet Support.txt"

5) Open the resulting XML files (with extension of ".xml") using your favorite
web browser.

POSSIBLE ISSUES:

 - If the web browser only shows a line of text, then you want to make sure
that the file ScheduleParser.xsl is located in the same directory as the XML
file.
 - If you receive an error beginning with "No Information was found...", please
verify that the name in the include.txt file matches the exact form that is
used in the report.