xmpp-rs/minidom-rs
Maxime “pep” Buquet 20b224855c minidom: Remove NSChoice::None
Although it is still possible to create such elements, this is not a a
case that should happen in XMPP. Changing to API to prevent the creation
of these elements is next on the list.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-27 18:32:57 +00:00
..
examples minidom: add license headers 2020-02-15 00:52:26 +01:00
src minidom: Remove NSChoice::None 2020-03-27 18:32:57 +00:00
Cargo.toml minidom: Remove comments support. Forbid them as per XMPP RFC. 2020-03-26 20:50:30 +01:00
CHANGELOG.md minidom: 0.12.0 release 2020-02-15 01:05:56 +01:00
LICENSE minidom: Change license to MPL2. Closes #21 2020-02-14 23:25:06 +01:00
README.md minidom: Change license to MPL2. Closes #21 2020-02-14 23:25:06 +01:00

minidom-rs

What's this?

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