xmpp-rs/minidom-rs
Maxime “pep” Buquet 171e7f1f34 minidom: ensure prefix is extracted out of provided name when creating Element
I would have liked to handle all of this in `Element::new` only, but I
also have to do it in `Element::builder` unfortunately because then
element builder then pushes prefixes it gathered itself.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-21 22:23:36 +02:00
..
examples
src minidom: ensure prefix is extracted out of provided name when creating Element 2020-04-21 22:23:36 +02:00
Cargo.toml
CHANGELOG.md minidom: 0.12.0 release 2020-02-15 01:05:56 +01:00
LICENSE
README.md

minidom-rs

What's this?

A minimal DOM library on top of quick-xml. targeting exclusively the subset of XML useful for XMPP.