Question 1---> Currently i am working on a project where in we translate the English content to other 17 languages. To reduce the translation cost currently we are using MD5 hashcode and based on the results we decide whether the topic is New(Master) or Translated Earlier(Obselete). But the logic is so much complicated and we want to reduce the complexity by some level. Also currently we are using content management system as Filenet and is way too older..:) Basically i need best suggestion for Content de-duplication apart from the MD5 hashing
Note :- Topic means an XML file with images and is rendered via XSLT and is not a DITA standard.
Question 2--->
What is best alternative to render the non-standard XML file or not a DITA standard XML file on UI like an HTMl or PDF.?
Thanks in adavance ...Waiting for best suggestions.