From 95b3f65a4b49d6df0bed22441f1829db40d95680 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sat, 7 Jul 2007 20:47:38 +0000 Subject: [PATCH] new function cxml:parse --- doc/GNUmakefile | 1 + doc/index.xml | 5 ++-- doc/sax.xml | 58 +++++++++++++++++++++++++++++++++++++++++----- xml/package.lisp | 1 + xml/xml-parse.lisp | 26 +++++++++++++++++++++ 5 files changed, 83 insertions(+), 8 deletions(-) diff --git a/doc/GNUmakefile b/doc/GNUmakefile index bbabd6d..dfe2ad2 100644 --- a/doc/GNUmakefile +++ b/doc/GNUmakefile @@ -2,4 +2,5 @@ all: dom.html index.html installation.html klacks.html quickstart.html sax.html %.html: %.xml html.xsl xsltproc html.xsl $< >$@.tmp + chmod -w *.html mv $@.tmp $@ diff --git a/doc/index.xml b/doc/index.xml index 86df9a0..c91e5b4 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -63,6 +63,7 @@ Fixed build on non-Unicode lisps. Fixed parsing on non-Unicode lisps. Fixed Unicode detection on OpenMCL. +
  • New function cxml:parse.
  • Serialization no longer defaults to canonical form.
  • Fixed octet array argument to make-source.
  • @@ -83,11 +84,11 @@

    rel-2007-05-26