[Jscl-meditor-users] meditor to XHTML conversion
Brought to you by:
rjolly
|
From: Dimitri P. <dim...@gm...> - 2004-06-25 15:28:52
|
Hello! =46irst of all, thanks for writing meditor. It's a great tool! I'm using meditor primarily on my Palm. I use it to solve some exercises. Sometimes, I want to show those solutions to someone else. Using=20 desktop version of meditor, I transform mathematical experssions I wrote on Palm into MathML, then put the whole stuff into an xhtml file, and then I can view the formulae in a MathML capable browser (Amaya or Mozilla or Mozilla Firefox). All that works fine. However, I need to perform several steps manually: 1) Invoke "To MathML" operation on EVERY mathematical expression in the text 2) Replace line feeds by "<br/>" 3) Put the result of 1) and 2) into an xhtml template file with all MathML specific settings 4) Surround each MathML block with <math xmlns=3D"http://www.w3.org/1998/Math/MathML"> and </math> As you see, all of these steps can be automated. I would like to know following: a) Has someone already written some piece of software, which transforms a meditor file to XHTML without user intervention? b) What is the best way to mark the expressions, which have to be converted to MathML? Begin and end markers like =A7=A7{{a, b}, {c, d}}=A7=A7 where = all the=20 text between =A7=A7's is transformed into MathML? TIA dap |