Convert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Worksheet

  

Convert

  

parse a worksheet into an XML data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Convert(worksheet, format=output_format)

Parameters

worksheet

-

Maple XML data structure; valid Maple worksheet

format=output_format

-

(optional) equation; output_format can be either "maple8_xml" or "mw" (default)

Description

• 

The Convert command converts a worksheet given as a Maple XML data structure to the specified format. The two output formats supported are maple8_xml and mw. The result is converted to an XML data structure that can be used with the XMLTools package. The XML document structure returned by this procedure is of type Worksheet:-worksheet.

Examples

withWorksheet:

dirkerneloptsmapledir:

docReadFilecatdir,/examplesclassic/obj.mws,format=maple8_xml:

mwsConvertdoc,format=mw:

See Also

with

Worksheet

Worksheet[ReadFile]

XMLTools

XMLTools[WriteFile]