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

Online Help

Home : Support : Online Help : Formats/XML

XML (.xml) File Format

XML file format

 

Description

Notes

Examples

Description

• 

XML (eXtensible Markup Language) is a general purpose markup language and met-format for structured documents.

• 

It is the successor of the SGML format.

• 

The XMLTools package can be used to import and export arbitrary XML files.

• 

The general-purpose commands Import and Export also support this format.

Notes

• 

Content-Type: application/xml

Examples

(1)

(2)

(3)

<book id = 'book01'>
  <author>Walter Gander and Martin J. Gander</author>
  <title>Scientific Computing - An Introduction using Maple and MATLAB</title>
  <language>English</language>
  <publish_date>2014-04-24</publish_date>
  <isbn_10>3319043242</isbn_10>
  <isbn_13>978-3319043241</isbn_13>
</book>

See Also

Formats

XMLTools

 


Download Help Document