Simple Outline XML
Simple Outline XML (SOX) is a compressed way of writing XML.
SOX uses indenting to represent the structure of an XML document, eliminating the need for closing tags.
Example
The following XHTML markup fragment:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sample page</title>
</head>
<body>
<p>A very brief page</p>
</body>
</html>
... would appear in SOX as:
html> xmlns=http://www.w3.org/1999/xhtml head> title> Sample page body> p> A very brief page
SOX can be readily converted to XML.
gollark: It's probably mostly nonlethal, cheap *and* a very good deterrent!
gollark: So fire spiders into crowds? Interesting idea.
gollark: If I were into harming government officials I'd probably want to minimize the chances of me being harmed.
gollark: I might need a dictionary or osmething.
gollark: That's so... something?
See also
Sources
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.