A non-spec compliant xml parser that does not stop parsing when encountering errors.
```rust use trashy_xml::XmlParser;
// Gets each open element matching "thiselement"
// then prints the debug representation of its attributes.
let parsed = XmlParser::str("