This repository was archived by the owner on Jan 8, 2025. It is now read-only.
New XML Parser
This release features a new XML parser, PugiXML, which deprecates the old dependency on libxml2. PugiXML is distributed with libmei now, so no further dependencies are needed (except on Linux, where libuuid is still required).
As well, several notable feature additions and bug fixes are included:
strict
andlax
importer modes are supported. Importing a MEI file inlax
mode that features elements that were not included in a schema will no longer raise an exception. Rather, it will log a warning and import the element as a rawMeiElement
object- Python bindings are compatible with Python 3.
Thanks to @lpugin and @ifkarp for helping to prepare this release.