More documentation bits and HAX fixes:

* xml/sax-handler.lisp: Remove namespace attributes in
	HAX-to-SAX conversion.  Signal a warning in deprecates methods,
	not an error.
This commit is contained in:
dlichteblau
2007-10-21 14:16:24 +00:00
parent cdbe1682b7
commit 1c8b1a0ab8
3 changed files with 26 additions and 8 deletions

View File

@ -79,13 +79,11 @@
<ul>
<li>
<tt>pathname</tt> -- a Common Lisp pathname.
Open the file specified by the pathname and create a source for
the resulting stream. See below for information on how to
close the stream.
Open the file specified by the pathname and parse its
contents as an XML document.
</li>
<li><tt>stream</tt> -- a Common Lisp stream with element-type
<tt>(unsigned-byte 8)</tt>. See below for information on how to
close the stream.
<tt>(unsigned-byte 8)</tt>.
</li>
<li>
<tt>octets</tt> -- an <tt>(unsigned-byte 8)</tt> array.