[cxml-cvs] CVS update: cxml/doc/dom.html

Update of /project/cxml/cvsroot/cxml/doc In directory common-lisp.net:/tmp/cvs-serv6956/doc Modified Files: dom.html Log Message: namespace-normalizer lieber doch nicht per default Date: Tue Dec 27 21:17:33 2005 Author: dlichteblau Index: cxml/doc/dom.html diff -u cxml/doc/dom.html:1.3 cxml/doc/dom.html:1.4 --- cxml/doc/dom.html:1.3 Tue Dec 27 21:01:12 2005 +++ cxml/doc/dom.html Tue Dec 27 21:17:33 2005 @@ -64,6 +64,11 @@ <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 representation of the document was processed by a SAX parser. @@ -110,11 +115,6 @@ If keyword argument <tt>canonical</tt> is specified as 2, a 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>
participants (1)
-
dlichteblau@common-lisp.net