Worksheet
WriteFile
write a Maple XML tree data structure representing a Maple worksheet to a file as a MWS document
Calling Sequence
Parameters
Description
Examples
WriteFile(fileName, xmlTree, format=output_format)
fileName
-
string; name of file
xmlTree
Maple XML tree; worksheet
format=output_format
(optional) equation; output_format can be either "maple8_xml" or "mw" (default)
The WriteFile command writes the specified XML document xmlTree to the file fileName in the specified format.
It is assumed that the XML document that is written to the file represents a valid worksheet. (Maple performs only a surface check.)
with⁡Worksheet:
WriteFile⁡temp.mws,xmlTree,format=mws
See Also
filenames
Worksheet[ToString]
XMLTools
Download Help Document