Admin message

Aufgrund einer Wartung am 23.04.2026 von 14:30 bis 15:30 Uhr werden git.rwth-aachen.de & git-ce.rwth-aachen.de zeitweise nicht zur Verfügung stehen. --en-- Due to maintenance at 23.04.2026 from 14:30 to 15:30, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.

This project is archived. Its data is read-only.
Additional files sometimes ignored when using libxml2
When adding multiple files to `CIMModel` and using libxml2 as the arabica backend, files after the first one are sometimes ignored when parsing. Debugging shows that `CIMContentHandler::startElement` is never called for some reason. Workarounds include using another backend (like expat) or creating a new `XMLReader` for each file.
issue