27 May
2018
27 May
'18
6:05 p.m.
Hello Paul, 2018-05-25 17:30 GMT+02:00 Paul Hoffman <paul@flo.org>: [...]
Any hints for me?
It sounds as though the file you are trying to import is not a well-formed XML document; it may be truncated in the middle of a record. Can you post it for us to look at? What XML library does your conversion script use?
It uses XML::Writer.
Alternatively, if you have installed libexpat you can use the xmlwf command to check that the file is well-formed. Or try xmllint if you have installed libxml. For example:
xmlwf FILE xmlwf -n FILE xmllint --noout FILE
I will try this out! Thank You very much! Yours, Markus