Tags: neilt/XMLCoder
Tags
Fix decoding of types conforming to XMLNodeDecoding (CoreOffice#266) * Fix case when XMLNodeDecoding wants to decode elementOrAttribute, but value is not specified. Fix error reporting when key not found for element or attribute. * Add extra tests for unkeyed containers --------- Co-authored-by: Joannis Orlandos <[email protected]>
Adds `.noEmptyElements` option to OutputFormatting (CoreOffice#264) * Adds `.noEmptyElements` option to OutputFormatting Opts out of empty element shorthand. * Remove unnecessary `if #available` check
Implement support for encoding DocTypes (CoreOffice#253) * Implement support for encoding DocTypes
PreviousNext