Skip to content

VRTSerializer now returns tags and attributes that are xml-compatible

Niclas Linus Bodenmann requested to merge vrt-serializer-xml into development

The first try to import ARTHIST into CQPweb failed because of some structural attributes. Noah and I conjectured that the error stems from long values inside structural attributes, e.g. the text_bibl (bibliographical reference) attribute in ARTHIST. In the old version, the attribute was serialized like this:

<text_bibl Butler, Octavia (2000). Lilith's Brood. Grand Central Publishing.>

Now it is serialized like this:

<text bibl="Butler, Octavia (2000). Lilith's Brood. Grand Central Publishing.">
Edited by Niclas Linus Bodenmann

Merge request reports