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

~~http://www.jelks.nu/XML/xmlebnf.html~~ http://www.liquid-technologies.com/XML/EBNF1.0.aspx

absolutely required
architecture

It seems like the library doesn't remove XML-indentation. ``` xml The core global object. This is a special singleton object. It is used for internal Wayland protocol features. ``` The...

feature
would be nice to have

EventReader never return Result::Err after document end. It returns `Ok(EndDocument)` over and over instead. It does not depend on the flag `ignore_end_of_stream`. So, next code stuck in an endless loop:...