You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
If possible, given the current Python library used to parse the XML, a first step to assess an MEI file could be to validate it against the corresponding schema (e.g., Neume or CWMN).
Not sure if this functionality is provided in the xml library.
All XML inputs are usually validated against a schema file (e.g.,
XSD).MEI is no exception: https://music-encoding.org/resources/schemas.html
If possible, given the current Python library used to parse the XML, a first step to assess an MEI file could be to validate it against the corresponding schema (e.g., Neume or CWMN).
Not sure if this functionality is provided in the xml library.
If not, what are the options?