It provides both a more succinct XML syntax and a lispy macro facility.
Example transformations
(strong "Text") => <strong>Text</strong> ((a href "foo.txt") Link) => <a href="foo.txt">Link</a> (p symbol "text" (strong words)) => <p>symbol text <strong>words</strong><p>