Skip to content

Metadata are now always stored as strings in HeaderBodyLoader

Niclas Linus Bodenmann requested to merge vrt_serializer_bugfix into development

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.

Merge request reports