summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/tests/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-xml/tests/README.txt')
-rw-r--r--packages/fcl-xml/tests/README.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/fcl-xml/tests/README.txt b/packages/fcl-xml/tests/README.txt
index 61b2d7450d..4a52390f75 100644
--- a/packages/fcl-xml/tests/README.txt
+++ b/packages/fcl-xml/tests/README.txt
@@ -3,7 +3,7 @@ Test runner for w3.org XML compliance suite
The xmlts is intended to run the XML compliance suite from W3.org.
The suite includes 2500+ tests. It may be downloaded from
-http://www.w3.org/XML/Test/xmlts20080205.zip (approx. 1.7 mBytes)
+http://www.w3.org/XML/Test/xmlts20080827.zip (approx. 1.5 mBytes)
After compiling xmlts.pp, run it with the following command line:
xmlts <path-to-xmlconf.xml> <report-filename> [-t template.xml] [-v]
@@ -15,17 +15,12 @@ The test suite includes several test databases (all named 'xmlconf.xml'). There
master database located in root dir, and several individual databases in different
subdirs.
-for example, to run all tests included into the suite in non-validating mode, use:
+For example, to run all tests included into the suite in non-validating mode, use:
xmlts xmlconf/xmlconf.xml myreport.html
Report is produced in xhtml format, use your favourite browser to view it.
-As of 10.03.2007, the xml package does not support namespaces yet, so you might wish
-to exclude namespace tests. To do this, edit xmlconf/xmlconf.xml file and comment out
-the lines that contain references &eduni-ns10; &eduni-ns11; and &eduni-nse;
-
-
Testsuite errata
--------------------------------------------
The following issues were encountered while testing the parser. Fortunately, none