Menu

Tree [dea4f8] master /
 History

HTTPS access


File Date Author Commit
 docs 2013-06-17 zipang zipang [2bf62b] added all files in new dir tree
 math2code 2013-12-19 Leung Zipang Leung Zipang [3f320e] [] modified output lisp func name
 CHANGES.txt 2013-06-17 zipang zipang [2bf62b] added all files in new dir tree
 Content MathML Examples.xml 2013-12-05 Leung Zipang Leung Zipang [e2cf44] merge with modifications made elsewhere
 LICENCE.txt 2013-06-17 zipang zipang [2bf62b] added all files in new dir tree
 OfficialEG.xml 2013-12-05 Leung Zipang Leung Zipang [e2cf44] merge with modifications made elsewhere
 ReadMe.txt 2013-12-05 Leung Zipang Leung Zipang [e2cf44] merge with modifications made elsewhere
 Run_Me.sh 2014-01-05 zipang zipang [705439] [] tested cml2pml.lsp
 cml2c.lsp 2014-01-02 zipang zipang [01c49b] [] change for a better name. next we should wri...
 cml2pml.lsp 2014-01-07 zipang zipang [dea4f8] [fix] cml2pml power bug fixed.
 demo.py 2013-06-09 Leung Zipang Leung Zipang [3b4326] tested parsing mathml file using minidom only.
 intp.cl 2013-12-22 zipang zipang [1b01f2] [milestone] lisp program intp2.lsp now can tran...
 intp2.lsp 2013-12-22 zipang zipang [1b01f2] [milestone] lisp program intp2.lsp now can tran...
 mathmlsample.xml 2013-12-18 zipang zipang [a571ca] [lisp] added lisp parser
 mathmlsample_pres.xml 2013-12-18 zipang zipang [768095] []
 res.lisp 2013-12-20 zipang zipang [7c0cab] [mod] stringize outputs. should release the add...
 setup.py 2013-06-17 zipang zipang [2bf62b] added all files in new dir tree
 show.xml 2013-12-05 Leung Zipang Leung Zipang [e2cf44] merge with modifications made elsewhere
 test.cl 2013-12-22 zipang zipang [1b01f2] [milestone] lisp program intp2.lsp now can tran...

Read Me

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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.