Update of /project/s-xml/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv15908
Modified Files: index.html Log Message: fixed a typo and added a todo list
Date: Fri Jul 9 04:06:46 2004 Author: scaekenberghe
Index: public_html/index.html diff -u public_html/index.html:1.7 public_html/index.html:1.8 --- public_html/index.html:1.7 Thu Jul 8 12:28:56 2004 +++ public_html/index.html Fri Jul 9 04:06:46 2004 @@ -232,8 +232,8 @@ <p> There is a generic API that is identical for each type of DOM, with an extra parameter <tt>input-type</tt> or <tt>output-type</tt> used to specify the type of DOM. The default DOM type is <tt>:lxml</tt>. Here are some examples: </p> -<pre>? (in-package :xml) -#<Package "XML"> +<pre>? (in-package :s-xml) +#<Package "S-XML">
? (setf xml-string "<foo id='top'><bar>text</bar></foo>") "<foo id='top'><bar>text</bar></foo>" @@ -273,6 +273,12 @@ <li>release 0, end of 2002: as part of an XML-RPC implementation</li> </ul>
+<h3>Todo</h3> + +<ul> + <li>Some should find some time to add CDATA support (both in the parser and as a print function) - this shouldn't be too hard, and it would be really useful!</li> +</ul> + <h3>Mailing Lists</h3>
<ul> @@ -281,7 +287,7 @@ <li><a href="http://common-lisp.net/mailman/listinfo/s-xml-announce">S-XML-ANNOUNCE mailing list info</a></li> </ul>
- <p>CVS version $Id: index.html,v 1.7 2004/07/08 19:28:56 scaekenberghe Exp $</p> + <p>CVS version $Id: index.html,v 1.8 2004/07/09 11:06:46 scaekenberghe Exp $</p>
<div class="footer"> <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>