TheWastl

Results 2 issues of TheWastl

Fixes #98444.

T-compiler
S-waiting-on-review

### Use [`strong-xml`](https://crates.io/strong-xml) instead of `serde` `serde` doesn't work very well with XML, see [here](https://docs.rs/serde-xml-rs/0.5.1/serde_xml_rs/#caveats). This PR uses `strong-xml` instead, and [`strum`](https://crates.io/strum) for parsing enums from strings. `strong-xml`'s `#[derive(XmlRead)]` is...