minidom: Specify XML subset restrictions in readme
skip-changelog: It's just a readme
This commit is contained in:
parent
af14717ddc
commit
8e375aea66
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@ What's this?
|
||||||
|
|
||||||
A minimal DOM library on top of rxml, targeting exclusively the subset of
|
A minimal DOM library on top of rxml, targeting exclusively the subset of
|
||||||
XML useful for XMPP.
|
XML useful for XMPP.
|
||||||
|
|
||||||
|
| Restriction | Supported ✅ | Unsupported ❌ |
|
||||||
|
| - | - | - |
|
||||||
|
| Namespaces are mandatory | `<a xmlns="ns"></a>` | `<a></a>` |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue