<xsl:output method = "xml" | "html" | "text" | qname-but-not-ncname version = nmtoken encoding = string omit-xml-declaration = "yes" | "no" standalone = "yes" | "no" doctype-public = string doctype-system = string cdata-section-elements = qnames indent = "yes" | "no" media-type = string />
The serialization method
The version of the serializer
The encoding to use, if possible
Do not output the <?xml ...?> declaration
Identify the result as a standalone document (in the XML sense)
The public identifier to use on the output <!DOCTYPE> declaration
The system identifier to use on the output <!DOCTYPE> declaration
A list of element names; the content of these element should be escaped with CDATA sections if possible
Add additional space to the serialized result tree for readability
The media type of the serialized result