Content deleted Content added
pl:SOX |
previous afd |
||
(24 intermediate revisions by 21 users not shown) | |||
Line 1:
'''Simple Outline XML''' (SOX) is a compressed way of writing [[XML]].
Line 9 ⟶ 7:
The following [[XHTML]] markup fragment:
<syntaxhighlight lang="html">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Line 18 ⟶ 16:
</body>
</html>
</syntaxhighlight>
... would appear in SOX as:
Line 34 ⟶ 32:
==See also==
* [[Haml]] is a meta-XHTML representation,
==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}}
[[Category:XML]]
[[Category:Lightweight markup languages]]
|