Hi
I have a XML source string:
Refer to this image: <img src="../Resources/Images/OpenCSH.gif"/>.
Which gets translated.
The next iteration of the XML file contains the same source string like this:
Refer to this image: <img src="../Resources/Images/OpenCSH.gif"></img>.
From an XML viewpoint, these 2 source strings are identical.
Passolo's XML parser does not treat them as equal and I do not get a 100% match.
I can't see a Passolo feature that allows these two tags to be treated as equal.
Does anyone have any ideas on this? I'd rather not have to preprocess my XML files to standardise the content prior to Passolo import.
Regards
Mark
Translate