home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
XML Reference >
Suggested Reading

XML structure


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