![]() |
Suggested Reading
|
![]() |
---|---|---|
tag/attrib/value | ![]() |
![]() |
![]() |
description |
---|---|---|---|---|
Document | XML document | |||
Prolog | Document header | |||
XML declaration | ||||
version = "1.0" | Version info | |||
[encoding = CharSetName]? | Character encoding, see IANA documentation | |||
[standalone = boolean]? | Standalone document declaration | |||
DocTypeDecl? | Document Type Declaration | |||
Document tree | Tree with one root element | |||
<Name [Attribute = Value]*> ... Name> | Enclosing element | |||
<Name [Attribute = Value]*/> | Empty element | |||
text ]]> | Unparsed text | |||
text | Plain text | |||
PITarget code ?> | Processing Instruction | |||
Comment |