This PR addresses #2411 by wrapping the content of <content> elements that have 2+ child elements in either <rng:div> or <sequence> in Exemplars and a Test/ file that is used by make test.
NOTE:
There are still 7 files in Test/ that have 1 or more <content> elements that have 2 or more child elements:
However, it seems these are not executed by make test, and thus will not affect the build. Thus, for now I have not changed them. If & when this PR is merged & closed the ticket should remain open so that those other files can be repaired.
This PR addresses #2411 by wrapping the content of
<content>
elements that have 2+ child elements in either<rng:div>
or<sequence>
in Exemplars and a Test/ file that is used bymake test
.NOTE: There are still 7 files in Test/ that have 1 or more
<content>
elements that have 2 or more child elements:However, it seems these are not executed by
make test
, and thus will not affect the build. Thus, for now I have not changed them. If & when this PR is merged & closed the ticket should remain open so that those other files can be repaired.