- 56 -
first_tag>
Incorrect usage—spaces are not allowed between the forward
slash and element name
Keep in mind that XML is case sensitive. Element names must therefore open and close
with identical cases. For example:
110 Main Street
is not acceptable whereas each of the following examples is acceptable:
110 Main Street
110 Main Street
110 Main Street
Also keep in mind that each of these is treated separately. From a parser’s point of view,
each of these examples is a different type of element.