mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
more work on name classes, the "validate all" schemas seems to work now.
* relaxng: more work on name classes, the "validate all" schemas seems to work now. * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
This commit is contained in:
@ -74,6 +74,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
}
|
||||
xmlLineNumbersDefault(1);
|
||||
xmlSubstituteEntitiesDefault(1);
|
||||
for (i = 1; i < argc ; i++) {
|
||||
if (argv[i][0] != '-') {
|
||||
if (schema == NULL) {
|
||||
|
Reference in New Issue
Block a user