Name:

readxml reads an expression written as a MathML-Content-Tree in a file

Usage:

readxml(filename) : string -> function | error

Parameters:

Description:

Example 1:

   > readxml("readxmlexample.xml");
   2 + x + exp(sin(x))
See also: printxml, readfile, parse, error
Go back to the list of commands