svn commit: r1935695 - subversion/branches/xml-schema-validation-improvements
[email protected] Sun, 28 Jun 2026 15:01:37 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178265889756.2351966.15686530476118923208@svn03-he-fi> |
Author: dsahlberg
Date: Sun Jun 28 15:01:37 2026
New Revision: 1935695
Log:
On the xml-schema-validation-improvements branch:
rnc2rng is also required for full schema validation
* INSTALL
(#G. Running the test suite): As above
Suggested by: brane
https://lists.apache.org/thread/hs38vp5b9rzjkrw6pxp8b8dfthsonbw4
Modified:
subversion/branches/xml-schema-validation-improvements/INSTALL
Modified: subversion/branches/xml-schema-validation-improvements/INSTALL
==============================================================================
--- subversion/branches/xml-schema-validation-improvements/INSTALL Sun Jun 28 12:45:04 2026 (r1935694)
+++ subversion/branches/xml-schema-validation-improvements/INSTALL Sun Jun 28 15:01:37 2026 (r1935695)
@@ -1273,12 +1273,17 @@ II. INSTALLATION
Some tests depend on additional Python modules to do the full tests.
- lxml
- For full XML schema validation. If this module is not available, the
- test suite will fail with the error "XML: Module lxml.etree not found".
+ For full XML schema validation (together with rnc2rng). If lxml is
+ not installed, the test suite will fail with the error "XML: Module
+ lxml.etree not found".
If you want to run the test suite without full XML schema validation
you can use the --disable-xml-schema-validation option. In this case
only basic XML syntax validation is performed (e.g. check that each
element is self-closing or has a closing tag at the correct level).
+ - rnc2rng
+ For full XML schema validation (together with lxml). If lxml is
+ installed but not rnc2rng, the test test suite will fail with the
+ error "XML: compact syntax not supported (please install rnc2rng)".
G.1 Running the test suite under the autoconf/make build system