2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / standalone_tests / README
1
2 Small XSLT test system::
3
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
7
8 "make" will do what you need (downloading test archive, expanding,
9 compiling test runner.
10
11 "make run-test" will do the actual tests.
12
13 If you want to create reference output files by yourself, compile
14 prepare.cs and run it on Microsoft.NET (it requires cygwin).
15
16 Atsushi Eno <atsushi@ximian.com>
17