Each element type declaration generally describes three parts: a start tag, content, and an end tag.
The element's name appears in the start tag (written
Some SAPI element types have no content (SAPI:VALUE-OF, SAPI:SQL, etc.). Such element types should be defined in the syntax of the «empty element tag» (for reference see also Extensible Markup Language (XML). W3C Recommendation 04: Start-Tags, End-Tags, and Empty-Element Tags):
Correctness restrictions: Unique attribute specification
An attribute name cannot be used more than once within one start tag (or an empty element tag).
Correctness restrictions: Absence of character < in attribute values
Characters < and > are not allowed in attribute values.
All element types mentioned in this specification are listed in the Elements Reference.
<sapi:author>
<sapi:name>Dmitry Sheiko</sapi:name>
<sapi:email>sheiko@cmsdevelopment.com</sapi:email>
<sapi:uri>www.cmsdevelopment.com</sapi:uri>
</sapi:author>
<sapi:value-of name="var1.value " />