Recent content by lrowe_uk_phy

  1. 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
  2. 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...