Recent content by lrowe_uk_phy
-
L
Need Help Developing Algorithm to Decode MathML
Here is a ref to the xml and vba interface: http://en.allexperts.com/q/XML-1469/Manipulating-XML-files-Excel.htm- lrowe_uk_phy
- Post #19
- Forum: Computing and Technology
-
L
Need Help Developing Algorithm to Decode MathML
The format of MathML is XML. Hook a SAX Parser into your VBA environment (You can call a c version or see if VBA has an xml SAX interface, or DOM Tree navigation will do if you don't want to use basic SAX. Use the handler call backs to walk through the MathML code and write a state machine...- lrowe_uk_phy
- Post #18
- Forum: Computing and Technology