importXML failed when incoming xml having special characters like 'ü', é.
Hi All,
We are using InDesignServer CC 2023
In our xml based workflow we are generating actual document after importing an xml.
The issue came up when our incoming xml contents has special character like 'ü', é in it.
e.g
abc.xml has following contents
=====
href="file://%2fVolumes%2ftest%2fimages%2f1000_2000%2f1155_656_%c3%bcsmsung_Galaxy_something.jpg"
here üsmsung_Galaxy_something.jpg = %c3%bcsmsung_Galaxy_something.jpg
=====
an exception gets thrown when we call
objDoc.importXML(abc.xml)
Can anyone suggest how I could fix the issue.
Regards,
Alam
