Hi,
I did a csv import with the fields "alternativeIdentifiers" and "alternativeIdentifierLabels" correctly.
When I try to export the xml by command line like this:
php symfony export:bulk --single-slug="slug" /home/unipartner/name.xml
The following appears on the command line::
"PHP Warning: DOMDocument::loadXML(): Unescaped '<' not allowed in attributes values in Entity, line: 386 in /usr/share/nginx/atom/lib/Qubit.class.php on line 330
PHP Warning: DOMDocument::loadXML(): attributes construct error in Entity, line: 386 in /usr/share/nginx/atom/lib/Qubit.class.php on line 330
PHP Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag unitid line 386 in Entity, line: 386 in /usr/share/nginx/atom/lib/Qubit.class.php on line 330
PHP Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: did line 370 and unitid in Entity, line: 386 in /usr/share/nginx/atom/lib/Qubit.class.php on line 330"
The generated xml only contains the line:
<?xml version="1.0"?>
All information is missing with your descendants.
If I delete the CSV values of the "alternativeIdentifiers" and "alternativeIdentifierLabels" columns, the export goes without a problem. But we do not intend to erase these values.
Has anyone gone through this? How did you solve it?
Thanks.