xmpp-rs/minidom
Maxime “pep” Buquet 8977745fe3
Fixes #44: Two prefixes resolving to the same namespace
The new TreeBuilder addition seems to have fixed this bug. I added the
test that was provided in !108 by Oliver Inemar but not the rest of the
code.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-01-14 22:32:00 +01:00
..
examples Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
src Fixes #44: Two prefixes resolving to the same namespace 2023-01-14 22:32:00 +01:00
Cargo.toml Remove doc references to quick-xml, update CHANGELOG 2022-12-30 14:29:15 +00:00
CHANGELOG.md Remove doc references to quick-xml, update CHANGELOG 2022-12-30 14:29:15 +00:00
LICENSE Remove the -rs suffix of jid, minidom and xmpp 2020-06-22 02:17:32 +02:00
README.md Remove doc references to quick-xml, update CHANGELOG 2022-12-30 14:29:15 +00:00

minidom

What's this?

A minimal DOM library on top of rxml, targeting exclusively the subset of XML useful for XMPP.