Difference between revisions of "Well-formed document"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
A '''well-formed document''' in [[XML]] is a document that adheres to the [[syntax rules]] specified by the XML 1.0 specification in that it must satisfy both [[physical]] and [[logical structures]]. | A '''well-formed document''' in [[XML]] is a document that adheres to the [[syntax rules]] specified by the XML 1.0 specification in that it must satisfy both [[physical]] and [[logical structures]]. | ||
− | |||
− | |||
== Description == | == Description == |
Revision as of 10:05, 4 February 2016
A well-formed document in XML is a document that adheres to the syntax rules specified by the XML 1.0 specification in that it must satisfy both physical and logical structures.
Description
Well-formed documents require that:
- Content be defined
- Content be delimited with a beginning and end tag
- Content be properly nested (parents within roots, children within parents)
See also
External links
- Well-formed document @ Wikipedia