new function parse-empty-document

This commit is contained in:
dlichteblau
2006-08-20 13:58:30 +00:00
parent 6996b06356
commit 111b5db45a
4 changed files with 72 additions and 1 deletions

View File

@ -132,6 +132,18 @@
specified in the XML declaration, if any.
</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>