|- valign="top"
| <code>omit-xml-declaration</code>
| Omits the XML declaration, which is serialized before the actual query result<br /> Example: <code><?xml version="1.0" encoding="UTF-8"?></code>).
| <code>yes,no</code>
| <code>yes</code>
|- valign="top"
| <code>doctype-system</code>
| Introduces the output with a document type declaration and the given system identifier.<br /> Example: <code><!DOCTYPE x SYSTEM "entities.dtd"></code>).
|
|
|- valign="top"
| <code>doctype-public</code>
| If <code>doctype-system</code> is specified, adds a public identifier.<br /> Example: <code><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"></code>).
|
|
|- valign="top"
| <code>escape-uri-attributes</code>
| Escapes URI information in certain HTML attributes<br /> Example: <code><a href="%C3%A4%C3%B6%C3%BC">äöü<a>)</code>.
| <code>yes,no</code>
| <code>no</code>
|- valign="top"
| <code>include-content-type</code>
| Includes a <code>meta</code> content-type element if the result is output as HTML<br /> Example: <code><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head></code>).
| <code>yes,no</code>
| <code>no</code>