sxd-document v0.3.2 Release Notes
Release Date: 2019-05-26 // almost 6 years ago-
โ Added
- ๐ Allow including the encoding when writing an XML document (#71)
Previous changes from v0.3.0
-
โ Added
- Quickly set the text content of an
Element
(#62) - Replace all children of
Root
andElement
(#62) - Append multiple children to
Root
andElement
(#62) - โ Remove all children from
Root
andElement
(#62) - โ Remove individual children from
Root
andElement
(#65) - ๐ Extend DTD parsing to handle more internal DTDs (#50, #60)
๐ Changed
- ๐ The error type returned from parsing now implements
Error
and no longer exposes internal details (#57, #58)
๐ Fixed
- ๐ Fixes DTD parsing when a
/
is present. (#50, #60)
- Quickly set the text content of an