29.2.1 The Structure of an XML Document (cont.)
An element may have content:
<
elementTag optional attributes
>
content
</
elementTag
>
Content may be:
Other elements (
element content
)
Text
Both (
mixed content
)
Avoid mixed content
prev
|
top
|
next