xso-proc: Add the default flag to the element meta
This allows the payload to be absent, and requires the field type to be Option<minidom::Element>.
This commit is contained in:
parent
c72cf3ddd1
commit
1823afbc71
6 changed files with 107 additions and 6 deletions
|
|
@ -22,7 +22,8 @@ Version NEXT:
|
|||
structs.
|
||||
- Support for collecting all unknown children in a single field as
|
||||
collection of `minidom::Element`, or one unknown child as a
|
||||
`minidom::Element`.
|
||||
`minidom::Element`, or zero or one unknown children as an
|
||||
`Option<minidom::Element>`.
|
||||
- Support for "transparent" structs (newtype-like patterns for XSO).
|
||||
- FromXmlText and AsXmlText are now implemented for jid::NodePart,
|
||||
jid::DomainPart, and jid::ResourcePart (!485)
|
||||
|
|
|
|||
Loading…
Reference in a new issue