| "NormalizeWhitespace" | True | whether to remove leading, trailing, and multiple internal whitespace in elements |
| "IncludeNamespaces" | Automatic | whether to explicitly include namespaces |
| "ValidateAgainstDTD" | Automatic | whether to validate the XML against the DTD content model |
| "IncludeEmbeddedObjects" | None | whether to retain comments and processing instructions |
| "AllowRemoteDTDAccess" | True | whether to seek DTDs on the network |
| "ReadDTD" | True | whether to read the DTD |
| "IncludeDefaultedAttributes" | False | whether to explicitly include default attributes as defined in the DTD |
| "AllowUnrecognizedEntities" | Automatic | whether entities undefined by the DTD are considered errors |
| "PreserveCDATASections" | False | whether the distinction between CDATA sections and regular character data is maintained on import |