Hello,

I am working on indesign to xml projects, but now i m facing the problem of 
unicode entities, my work flow is:

Input is XML then Paginate this xml document in indesign then export it as XML.

So my Input xml and Indesign exported xml should be same. but there is unicode 
entity problem. 

Example:

Input:
<?xml version="1.0">
<body>
<p>&#x03B1; &#x03B2; &#x03B4; &#x00E9; &#x0027;</p>
<p>&#x03B1; &#x03B2; &#x03B4; &#x00E9; &#x0027;</p>
</body>
Output in indesign

? ? ? é '

? ? ? é '

Then exported xml document..

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<body>â?©<p>α β δ é â?~</p>â?©<p>α β δ é â?~</p>â?©</body>

I think both xml files should be same.  but there is lots of difference...

Please suggest and advice

With Best Regards

Shambhu Nautiyal

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to