namespace-normalizer lieber doch nicht per default
This commit is contained in:
10
doc/dom.html
10
doc/dom.html
@ -63,6 +63,11 @@
|
||||
<tt>unparse-document</tt> as a thin wrapper around
|
||||
<tt>map-document</tt>.
|
||||
</p>
|
||||
<p>
|
||||
Applications dealing with namespaces might want to inject a
|
||||
<a href="using.html#misc">namespace normalizer</a> into the
|
||||
sink chain.
|
||||
</p>
|
||||
<p>
|
||||
<div class="def">Function DOM:MAP-DOCUMENT (handler document &key include-xmlns-attributes include-default-values include-doctype)</div>
|
||||
Traverse a DOM document and call SAX functions as if an XML
|
||||
@ -111,11 +116,6 @@
|
||||
doctype declaration will be written that includes notations
|
||||
declared in the document.
|
||||
</li>
|
||||
<li>
|
||||
If namespace processing is enabled
|
||||
(<tt>sax:*namespace-processing*</tt>), a <a
|
||||
href="using.html#misc">namespace normalizer</a> is used.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<tt>unparse-document-to-octets</tt> returns an <tt>(unsigned-byte
|
||||
|
||||
Reference in New Issue
Block a user