Difference between revisions of "XML"

From SmartWiki
Jump to: navigation, search
m (See Also)
(See Also)
Line 10: Line 10:
 
* [[Custom Fields – General Information]]
 
* [[Custom Fields – General Information]]
 
* [[Exporting_Reports#Export_to_XML|Exporting Reports: Export to XML]]
 
* [[Exporting_Reports#Export_to_XML|Exporting Reports: Export to XML]]
 +
* [[Including XML on an MS Word Merge Document]]
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 13:17, 21 August 2013

The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages.

It is classified as an extensible language because it allows its users to define their own elements.

Its primary purpose is to help information systems share structured data, particularly via the Internet, and it is used both to encode documents and to serialize data.

See Also