1

We have few XHTML pages with MathML in them. All are generated using Amaya. We have a requirement to translate them to different languages, but Amaya doesn't seem to support Unicode text encoding. Right now we plan to replace the text in XHTML manually.

I would be happy to know of other possible ways of implementing this translation process. Translation should maintain structure of the MathML.

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
James Shaji
  • 316
  • 5
  • 17

1 Answers1

0

Use XML to create a translation dictionary with Math entities. The translation can be done programmatically using XSLT and Amaya or E4X and AS3.

Community
  • 1
  • 1
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265