Name

Start-Tags and End-Tags

Synopsis

                        <
                        element_name 
                        [attribute_name
                        
                           ="
                        
                        attribute value
                        
                           "
                        
                        ]
                        
                           *>
                        
                         ...
                        </
                        element_name
                        >

Elements that have content (either character data, other elements, or both) must start with a start-tag and end with an element end-tag.

Get XML in a Nutshell, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.