Simple Outline XML: Difference between revisions

Content deleted Content added
why would Schema for Object-Oriented XML be confused with Simple Outline XML?
previous afd
 
(19 intermediate revisions by 17 users not shown)
Line 7:
The following [[XHTML]] markup fragment:
 
<syntaxhighlight lang="html">
<pre>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Line 16:
</body>
</html>
</syntaxhighlight>
</pre>
 
... would appear in SOX as:
Line 32:
 
==See also==
* [[Haml]] is a meta-XHTML representation, thatoriginally integratesimplemented withfor [[Ruby on(programming Railslanguage)|Ruby]] and has a similar mark-up structure.
* [[JSON]] is another simple outline language (which is also the base of similar associative array initializers in [[PHP]]), and into which almost all [[XML]] documents can be expressed (with the exception of DTDs).
* [[Haml]] is a meta-XHTML representation that integrates with [[Ruby on Rails]] and has a similar mark-up structure.
 
==Sources==
* [https://web.archive.org/web/20200201103956/http://www.langdale.com.au/SOX/ Archive.org: Simple Outline XML: SOX]
* [https://web.archive.org/web/20071013205629/http://www.ibm.com/developerworks/xml/library/x-syntax.html Archive.org: IBM Developer Works > XML > XML Watch: Exploring alternative syntaxes for XML, Weighing the pros and cons]
 
{{markup-languages-stub}}
 
{{technology-stub}}
{{compu-lang-stub}}
 
[[Category:XML]]
[[Category:Lightweight markup languages]]
 
[[pl:Simple Outline XML]]