xmpp-rs-mirror/minidom
Jonas Schäfer 2097b9685f Update rxml to 0.10.1
rxml 0.10.0 (and earlier) had a bug which caused it to reject valid XML
documents if an UTF-8 sequence straddled the token size boundary (8192
bytes by default) of a text event.
2024-06-08 07:29:57 +02:00
..
examples minidom/examples: silence warning on unused property in struct 2023-06-01 16:25:38 +02:00
src Update rxml to 0.10.0 2024-03-16 17:39:55 +01:00
Cargo.toml Update rxml to 0.10.1 2024-06-08 07:29:57 +02:00
CHANGELOG.md minidom: Release 0.15.2 2023-05-13 12:28:11 +02:00
LICENSE
README.md

minidom

What's this?

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