Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
core
_/_
xml-well-formedness
| xml-well-formedness |
|
|
|
-
Comment:
-
tags without children or text must also close
-
Comment:
-
there must not be a crossover situation, properly nesting
-
Comment:
-
special characters must be used via entities -- predefined ones: &, <, >, ", '
-
Comment:
-
every opening tag must have a closing tag -- case-sensitive naming
-
Comment:
-
attributes must be quoted
-
Comment:
-
a document is well-formed if it does not violate well-formedness rules
|
|
|