XML Output
From CometWiki
(Difference between revisions)
		
		
m (First attempt at writing this page)  | 
		 (First attempt at writing this page)  | 
		||
| Line 1: | Line 1: | ||
| - | ==   | + | == Introduction ==  | 
| + | XML stands for e'''X'''tensible '''M'''arkup '''L'''anguage.  | ||
| + | |||
| + | XML is a widely used scheme that allows data to be transmitted from one application to another without regard to how the applications were written.  | ||
| + | |||
| + | In a way similar to [[Comma Delimited Files]], XML files may be written using a modified [[Format]] statement.  | ||
Revision as of 20:52, 15 May 2010
Introduction
XML stands for eXtensible Markup Language.
XML is a widely used scheme that allows data to be transmitted from one application to another without regard to how the applications were written.
In a way similar to Comma Delimited Files, XML files may be written using a modified Format statement.