xmpp-rs/minidom/README.md
Colin Kinloch 8e375aea66 minidom: Specify XML subset restrictions in readme
skip-changelog: It's just a readme
2025-03-27 11:40:47 +00:00

268 B

minidom

What's this?

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

Restriction Supported Unsupported
Namespaces are mandatory <a xmlns="ns"></a> <a></a>