Name:

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

Library name:

sollya_obj_t sollya_lib_readxml(sollya_obj_t)

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