|
OML (Outline Markup Language) is an XML format for outlines. The specification is designed to build upon the concepts found in OPML, with the goal of fixing some of its limitations. The Extensible Markup Language (XML) is a general-purpose markup language. ...
An outline is a hierarchical way to display related items of text to graphically depict their relationships. ...
OPML (Outline Processor Markup Language) is an XML format for outlines. ...
OML has a structure similar to OPML. Its advocates claim that although it is as simple and as flexible as OPML, its extension mechanism is better than that of OPML. Instead of letting users add attributes freely, OML introduces an <item> element (child element of <outline>); instances of the <item> element may be added freely. An attribute is the following: Generally, an attribute is an abstraction characteristic of an entity In database management, an attribute is a property inherent in an entity or associated with that entity for database purposes. ...
The resulting documents are claimed to be easier to parse than equivalent OPML documents. Readers of OPML never know what attributes others may have added to standard elements; so an element the reader wants to parse may contain a mixture of known and unknown attributes. This claimed disadvantage of OPML actually applies to any XML-based format, including OML, because XML namespaces may add attributes to existing tags; however, OPML is unusual in its enthusiasm for free-form definition of new attributes. In OML, extensions are added in the form of <item>s instead; an unknown <item> may be discarded without harming known data elsewhere in the file. The approach taken by OML is designed to be more in keeping with the approach of other XML-based languages and with the philosophy of some standards organizations. The Extensible Markup Language (XML) is a general-purpose markup language. ...
An XML namespace is a W3C standard for providing uniquely named elements and attributes in an XML instance. ...
Despite its claimed advantages, OML has not seen wide use. Reasons for the greater popularity of OPML may include the relative newness of OML (finalized in May 2003), and non-technical political issues between members of the XML community. 2003 : January - February - March - April - May - June - July - August - September - October - November - December - â A timeline of events in the news for May, 2003. ...
The Extensible Markup Language (XML) is a general-purpose markup language. ...
Critics of OML point out OML doesn't have a mechanism to preserve whitespace. Some have also found the distinction between <item> and <data> unnecessary.
See also
The following is a list of content syndication markup languages. ...
XOXO (Extensible Open XHTML Outlines) is an XML format for outlines built from XHTML modularization. ...
External links |