minidom 0.18.0

A small, simple DOM implementation on top of rxml, targeting the subset of XML useful for XMPP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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>` |