Convert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

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]

 


Download Help Document