comparison doc/streams.txt @ 729:be0b4a7b2fd4 trunk

* Add XHTML 1.1 doctype (closes #228). * Add option to include the XML decl in the output when serializing to XHTML.
author cmlenz
date Sat, 31 May 2008 20:48:43 +0000
parents 1bdccd3bda00
children 74b5c5476ddb
comparison
equal deleted inserted replaced
728:c7badaa0be0c 729:be0b4a7b2fd4
218 The namespace prefixes to use for namespace that are not bound to a prefix 218 The namespace prefixes to use for namespace that are not bound to a prefix
219 in the stream itself. 219 in the stream itself.
220 220
221 (This option is not available for serialization to HTML or plain text.) 221 (This option is not available for serialization to HTML or plain text.)
222 222
223 ``drop_xml_decl``
224 Whether to remove the XML declaration (the ``<?xml ?>`` part at the
225 beginning of a document) when serializing. This defaults to ``True`` as an
226 XML declaration throws some older browsers into "Quirks" rendering mode.
227
228 (This option is only available for serialization to XHTML.)
229
223 230
224 231
225 Using XPath 232 Using XPath
226 =========== 233 ===========
227 234
Copyright (C) 2012-2017 Edgewall Software