I am not sure how but it looks like the XML file is slightly off.
the actualy value appear to be outside of the CDATA tags.
e.g
<altText>
<Value><![CDATA[]]>t</Value>
</altText>
isn't valid it should look like
<altText>
<Value><![CDATA[t]]></Value>
</altText>
with the 't' value inside the CDATA tag - i am guessing someone has added extra values to the files after they have been generated, and they are just a bit off.
Usync content Import Images
Hey
When I import Media with Usync Content, all my images a failes on import..
The structur of the file looks correct..
I got the files from another solution and I just want to import the media reffrence...
Also Umbraco 8..
Is there something i'm missing ?
Hi Thomas,
I am not sure how but it looks like the XML file is slightly off.
the actualy value appear to be outside of the CDATA tags.
e.g
isn't valid it should look like
with the 't' value inside the CDATA tag - i am guessing someone has added extra values to the files after they have been generated, and they are just a bit off.
Kevin
is working on a reply...