xml-rs icon indicating copy to clipboard operation
xml-rs copied to clipboard

An XML library in Rust

Results 53 xml-rs issues
Sort by recently updated
recently updated
newest added

I'd like to help with the maintenance of this crate.

The tricky case of `` should be parsed as a single comment, ignoring `

### issue: running `cargo build` and `cargo test` gives multiple deprecation warnings ### rust version: `rustc 1.57.0 (f1edd0429 2021-11-29)`

fix all compiler warnings given by `cargo build` and `cargo test` Fixes #217

Opening this to ask whether that's been considered (a search didn't turn up anything and discussions are not enabled): [ParserConfig](https://docs.rs/xml-rs/latest/xml/struct.ParserConfig.html) allows some fairly extensive customisation to the emittable `XmlEvent` variants,...

I am new to Rust, and thought that basically anything that is related to serialization/deserialization would be related one way or another to the Serde crate. This one isn't, and...

It mentioned an `XmlEvent::Error` which does not exist (anymore?) also updated some of the wording while at it.

There doesn't appear to be any way to emit a doctype when writing an XML file. `XmlEvent` doesn't contain any way to represent one. This is a problem for me....

feature
desirable

When loading an XML file that begins with a byte order mark, xml-rs raises a parsing error. Found indirectly when using the `xmltree` crate Here is the first few bytes...