|- valign="top"
| <code>cdata-section-elements</code>
| List of elements to be output as CDATA, separated by whitespaces (e.g.<br /> Example: <code><text><![CDATA[ <> ]]></text></code>).
|
|
|- valign="top"
| <code>omit-xml-declaration</code>
| Omits the XML declaration, which is serialized before the actual query result (e.g.<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 (e.g.<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 (e.g.<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 (e.g.<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 (e.g.<br /> Example: <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head>).
| <code>yes,no</code>
| <code>no</code>