|
|
|
|
XML documents are composed of elements. An element consists of:
Element (or tag) names in XML are case-sensitive. For example: <author>James Joyce</author><para> This is a paragraph, which may be continued over several lines. </para> The closing tag is required. However, if the element is such that it will never enclose content, then the element may be specified to be self-closing. For example: <over-21/><br /><hr/> |
| The page was last updated February 19, 2008 |