[cxml-cvs] CVS cxml/doc
dlichteblau
dlichteblau at common-lisp.net
Sat May 26 21:55:58 UTC 2007
Update of /project/cxml/cvsroot/cxml/doc
In directory clnet:/tmp/cvs-serv28676/doc
Modified Files:
index.xml installation.xml
Log Message:
runes.asd
neues release
--- /project/cxml/cvsroot/cxml/doc/index.xml 2007/05/01 20:06:59 1.7
+++ /project/cxml/cvsroot/cxml/doc/index.xml 2007/05/26 21:55:58 1.8
@@ -51,14 +51,19 @@
<h3>See also</h3>
<p>
Relax NG validation is available as a separate
- project: <a href="">cxml-rng</a>.
+ project: <a href="http://www.lichteblau.com/cxml-rng/">cxml-rng</a>.
</p>
<a name="changes"/>
<h3>Recent Changes</h3>
- <p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
+ <p class="nomargin"><tt>rel-2007-05-26</tt></p>
<ul class="nomargin">
+ <li><b>cxml.asd has been split up into <tt>cxml.asd</tt> for the
+ XML parser and <tt>runes.asd</tt> for the runes package, in
+ preparation of a complete split of the two systems. Future CXML
+ releases will use separate tarballs for <tt>runes</tt>
+ and <tt>cxml</tt>.</b></li>
<li>xml:base support (SAX and Klacks only, not yet used in DOM).
See documentation <a href="sax.html#saxparser">here</a> and <a
href="klacks.html#locator">here</a>.</li>
@@ -78,6 +83,7 @@
klacks:expecting-element. Fixed serialize-event to generate
start-prefix-mapping and end-prefix-mapping events. New function
map-current-namespace-declarations.</li>
+ <li>fixed build with common-lisp-controller</li>
</ul>
<p class="nomargin"><tt>rel-2007-02-18</tt></p>
<ul class="nomargin">
--- /project/cxml/cvsroot/cxml/doc/installation.xml 2007/03/04 18:30:41 1.2
+++ /project/cxml/cvsroot/cxml/doc/installation.xml 2007/05/26 21:55:58 1.3
@@ -47,7 +47,8 @@
<b>Compiling and loading CXML.</b>
Register the .asd file, e.g. by symlinking it:
</p>
- <pre>$ ln -sf `pwd`/cxml.asd /path/to/your/registry/</pre>
+ <pre>$ ln -sf `pwd`/cxml.asd /path/to/your/registry/
+$ ln -sf `pwd`/runes.asd /path/to/your/registry/</pre>
<p>Then compile CXML using:</p>
<pre>* (asdf:operate 'asdf:load-op :cxml)</pre>
More information about the Cxml-cvs
mailing list