minidom: Specify XML subset restrictions in readme

skip-changelog: It's just a readme
This commit is contained in:
Colin Kinloch 2025-03-24 12:54:07 +00:00 committed by pep
commit 8e375aea66

View file

@ -6,3 +6,7 @@ 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>` |