Changes

Jump to navigation Jump to search
51 bytes added ,  02:41, 6 February 2011
|- valign="top"
| <code>cdata-section-elements</code>
| List of elements to be output as CDATA, separated by whitespaces (e.g.<br /> Example: <code>&lt;text&gt;&lt;![CDATA[ &lt;&gt; ]]&gt;&lt;/text&gt;</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>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</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>&lt;!DOCTYPE x SYSTEM "entities.dtd"&gt;</code>).
|
|
|- valign="top"
| <code>doctype-public</code>
| If <code>doctype-system</code> is specified, adds a public identifier (e.g.<br /> Example: <code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;</code>).
|
|
|- valign="top"
| <code>escape-uri-attributes</code>
| Escapes URI information in certain HTML attributes (e.g.<br /> Example: <code>&lt;a&nbsp;href="%C3%A4%C3%B6%C3%BC"&gt;äöü&lt;a&gt;)</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: &lt;head&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt;&lt;/head&gt;).
| <code>yes,no</code>
| <code>no</code>
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu