For [Ruffle](https://ruffle.rs/) it would be useful if we could parse these two kinds of malformed XML: ```xml <a></a/> ``` From https://github.com/ruffle-rs/ruffle/issues/15674. Note the extra `/`. ```xml <a></a hello="world"> ``` From https://github.com/ruffle-rs/ruffle/issues/16862. Note the attribute in the closing tag! Excuse me if I missed a config option for this.