[
Lists Home |
Date Index |
Thread Index
]
Hello,
It might be of interest to know, that an unofficial test suite for OASIS XML
Catalogs exists.[1] While informal and not embraced by an standards body, it
is useful.
It contains about 50 tests, some for the suffix mechanism introduced in XML
Catalogs 1.1, is licensed under the MIT license, and was initially developed
by Rob Lugt of ElCel Technologies, to then be extended and maintained by me,
while writing an implementation for KDE.
Feel free to use it. While its extent of coverage is undefined to be exact,
and the tests' validness can't be guaranteed for, it was nevertheless useful
for me when striving for compliance.
Cheers,
Frans
1.
http://webcvs.kde.org/kdenonbeta/kdom/catalog/TestSuite/
If you're on unix/linux with cvs installed, this will give you a local copy:
export CVSROOT=":pserver:anonymous.anoncvs.kde.org:/home/kde"
cvs login # no password
cvs co kdenonbeta/kdom/catalog/TestSuite
|