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.
We don't have any images related to Simple Outline XML yet.
You can add one yourself here.
We don't have any YouTube videos related to Simple Outline XML yet.
You can add one yourself here.
We don't have any PDF documents related to Simple Outline XML yet.
You can add one yourself here.
We don't have any Books related to Simple Outline XML yet.
You can add one yourself here.
We don't have any archived web articles related to Simple Outline XML yet.
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 pageSOX can be readily converted to XML.
See also
- Haml is a meta-XHTML representation, originally implemented for Ruby and has a similar mark-up structure.