Empty Elements
May 3, 1999
Finally, we must mention the syntax for defining an empty tag.
Of course, there is not much to it, you simply use the EMPTY
keyword such as:
<!ELEMENT HR EMPTY>
In your XML code, you will have an element such as <HR/>
Mixed Content
Introduction to XML For Web Developers | Table of Contents
Defining Valid Element Attributes
|