When building from this TSL file using the javamts tool the user should
edit the script file to pre-pend a pair of copy commands:

cp ../inputs/*.dtd .

and post-pend an rm command:
rm *.dtd

This will ensure that the dtd files specified in the application test
suite can be found by the scripts.  The xml input files refer to these
dtd files but the universe file does not provide a way to define
the location of these files and expects them to be in the current working
directory, thus copying them into the current directory to run the test
suite is necessary.

See the scripts/genMatrix.sh file for a code-level example of the
setup of the object for running tests.
