[cxml-cvs] CVS update: cxml/doc/using.html
David Lichteblau
dlichteblau at common-lisp.net
Wed Dec 28 23:18:05 UTC 2005
Update of /project/cxml/cvsroot/cxml/doc
In directory common-lisp.net:/tmp/cvs-serv1642/doc
Modified Files:
using.html
Log Message:
parse-string in parse-rod umbenannt und exportiert
Date: Thu Dec 29 00:18:04 2005
Author: dlichteblau
Index: cxml/doc/using.html
diff -u cxml/doc/using.html:1.10 cxml/doc/using.html:1.11
--- cxml/doc/using.html:1.10 Thu Dec 29 00:11:19 2005
+++ cxml/doc/using.html Thu Dec 29 00:18:04 2005
@@ -67,6 +67,7 @@
<div class="def">Function CXML:PARSE-FILE (pathname handler &key ...)</div>
<div class="def">Function CXML:PARSE-STREAM (stream handler &key ...)</div>
<div class="def">Function CXML:PARSE-OCTETS (octets handler &key ...)</div>
+ <div class="def">Function CXML:PARSE-ROD (rod handler &key ...)</div>
Parse an XML document.
Return values from this function depend on the SAX handler used.<br/>
Arguments:
@@ -123,6 +124,11 @@
otherwise.
</li>
</ul>
+ <p>
+ Note: <tt>parse-rod</tt> assumes that the input has already been
+ decoded into Unicode runes and ignores the encoding
+ specified in the XML declaration, if any.
+ </p>
<p>
<div class="def">Function CXML:PARSE-DTD-FILE (pathname)</div>
More information about the Cxml-cvs
mailing list