math in, code out.
here, math in the form of MathML, code in the form of fortran or C code.
0:30 2013-6-10 purpose: traverse mathml nodes and convert to formulae.
Official Rendering Example:
http://www.w3.org/Math/XSL/csmall.xml
use FireFox to visit this page.
Larger Example: http://www.w3.org/Math/XSL/cmathml.xml
NOT really rendering!
Dianoses:
1, FireFox visiting to the above official page is OK. [http://www.w3.org/Math/XSL/csmall.xml]
2, FireFox visit the local SOURCE copy of official page is NOT OK. [OfficialEG.xml]
3, FireFox visit to local DIRECT save of official page is OK. [Content MathML Examples.xml]
:: I found that the local direct save is Pres MathML. It doesn't contain any Content MathML.
:: The source save is consistent. It contains Content MathML. No Pres MathML.
:: I wonder how the transformation happened.