This repository has been archived by the owner on May 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix schema issue with class-or-set-operator-nested
* class-or-set-operator-nested can be a class-invocation, or class-declaration, or a set-operator. However, due to both class-invocation and class-declaration both having "class" element names, it seems that some RelaxNG processor (at least libxml) is having trouble validating it. * so we define a class-invocation-or-declaration production that encapsulates the alternate sets of attributes allowed in class-invocation and class-declaration, and use it instead.
- Loading branch information