XML (.xml) File Format
XML file format
Description
Notes
Examples
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.
Content-Type: application/xml
<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