Greetings!
I've just downloaded BaseX 7.0.2, and was very happy to see the checkbox for "Skip corrupt (non-well-formed) files", since it makes it much much easier to create a BaseX database of the XSD test suite.
But my attempt to build the database still fails with the message
"idI001.xsd" (Line 2): Too many different namespaces (limit: 256).
Since document idI001.xsd only declares 5 namespaces, I guess the 256-namespace limit is for the database, not for an individual document.
Is there any way to ease the limit, or do I have to contemplate making multiple databases, each covering just part of the test suite?
Thank you!
Michael Sperberg-McQueen