|
|
||
|
|
| MIME type: text/xml XML general-purpose markup language and structured document format. Primarily used for the exchange of data across different systems in computer networks. Uses a hierarchical model for the representation of structured data. Stores data in a tree-based structure consisting of markup tags, attributes, and character contents. Plain text file, normally encoded as UTF-8. XML is an acronym derived from Extensible Markup Language. Is a subset of the Standard Generalized Markup Language (SGML). Developed since 1996 by the XML Working Group. Published in 2001 as W3C standard recommendation RFC 3076. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "CDATA" | CDATA sections as a list of strings | |
| "Comments" | XML comments as a list of strings | |
| "EmbeddedDTD" | DTD included in the XML document | |
| "Plaintext" | a plain text representation of the file | |
| "Tags" | list of all tags occurring in the file | |
| "XMLObject" | entire document as a symbolic XML expression | |
| "XMLElement" | nested XMLElement objects |
| "AllowRemoteDTDAccess" | True | whether to attempt to retrieve an external DTD over a network | |
| "AllowUnrecognizedEntities" | Automatic | whether to allow parsing to work around unrecognized entities in the XML document | |
| "IncludeDefaultedAttributes" | False | whether to fill in default values for attributes | |
| "IncludeEmbeddedObjects" | None | embedded objects (of "Comments" and "ProcessingInstructions") to include | |
| "IncludeNamespaces" | Automatic | whether to return fully qualified tag and attribute names | |
| "NormalizeWhitespace" | Automatic | whether to remove leading and trailing whitespace and reduce consecutive spaces to a single space in character data | |
| "PreserveCDATASections" | False | whether to preserve character data sections as special objects | |
| "ReadDTD" | True | whether to read an external DTD | |
| "ValidateAgainstDTD" | Automatic | whether to validate the document against the specified DTD |
| "AttributeQuoting" | "'" | specifies the delimiter for attribute values | |
| "ElementFormatting" | Automatic | indentation of elements and line breaking of long strings in the exported document | |
| "Entities" | None | rules for replacing characters with named entities | |
| "NamespacePrefixes" | {} | namespace prefix designations, of the form "namespace"->"prefix" |