Metadata are now always stored as strings in HeaderBodyLoader
If self-closing tags (<empty/>
) are in the heady of a text in headerbody-format, the VRTSerializer threw an error, because of a None
type. Now, None
gets converted to a string, which is serializable.