Update of /project/cxml/cvsroot/cxml/doc In directory clnet:/tmp/cvs-serv6540/doc
Modified Files: using.html Log Message: new function parse-empty-document
--- /project/cxml/cvsroot/cxml/doc/using.html 2006/01/23 21:53:24 1.14 +++ /project/cxml/cvsroot/cxml/doc/using.html 2006/08/20 13:58:31 1.15 @@ -133,6 +133,18 @@ </p>
<p> + <div class="def">Function CXML:PARSE-FILE (uri qname handler &key public-id system-id entity-resolver recode)</div> + </p> + <p> + Simulate parsing a document with a document element <tt>qname</tt> + having no attributes except for an optional namespace + declaration to <tt>uri</tt>. If an external ID is specified + (<tt>system-id</tt>, <tt>public-id</tt>), find, parse, and report + this DTD as if with <tt>parse-file</tt>, using the specified + entity resolver. + </p> + + <p> <div class="def">Function CXML:PARSE-DTD-FILE (pathname)</div> <div class="def">Function CXML:PARSE-DTD-STREAM (stream)</div> Parse <a