The double double quotes generate an error during import.
gacto.xml needs to check if characters in attribute values are clean, this is different from the xml clean predicate, which is more generic and can not prevent quotes.
Maybe something like xml_attr_clean(Original,Cleaned).
Check the attribute OBS in the kleio element:
The double double quotes generate an error during import. gacto.xml needs to check if characters in attribute values are clean, this is different from the xml clean predicate, which is more generic and can not prevent quotes.
Maybe something like xml_attr_clean(Original,Cleaned).