Difference between revisions of "XML"

From SmartWiki
Jump to: navigation, search
Line 7: Line 7:
 
==See Also==
 
==See Also==
 
* [[Custom Field Type: Special - XML Data]]
 
* [[Custom Field Type: Special - XML Data]]
 +
* [[Importing and Exporting Reports]]
 +
* [[Custom Fields – General Information]]
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 14:59, 30 April 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