(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.XML / Test / System.Xml.Xsl / standalone_tests / README
blobfa3a328834055cdd31fc84c63a29f9b1b9ee2cc2
2 Small XSLT test system::
4 This is a small standalone test system using OASIS XSLT test suite
5 (only Xalan tests as yet).
6 http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xslt
8 "make" will do what you need (downloading test archive, expanding,
9 compiling test runner.
11 "make test" will do the actual tests.
13 If you want to create reference output files by yourself, compile
14 prepare.cs and run it on Microsoft.NET (it requires cygwin).
16 Atsushi Eno <atsushi@ximian.com>