From 5fcc11f2448cc6b9b8d36e6b77a20240bd41de46 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sun, 22 Jul 2007 19:59:26 +0000 Subject: [PATCH] UTF-8 fix, thanks to Francis Leboutte --- doc/GNUmakefile | 2 +- doc/index.xml | 53 ++++++++++++++++++++++---------------------- dom/dom-builder.lisp | 2 +- runes/encodings.lisp | 10 ++++----- test/misc.lisp | 29 ++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 34 deletions(-) create mode 100644 test/misc.lisp diff --git a/doc/GNUmakefile b/doc/GNUmakefile index dfe2ad2..bf14b11 100644 --- a/doc/GNUmakefile +++ b/doc/GNUmakefile @@ -2,5 +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 $@ + chmod -w $@ diff --git a/doc/index.xml b/doc/index.xml index 4130d8f..1ce721e 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -4,26 +4,13 @@

An XML parser written in Common Lisp.

- Closure XML was written by Gilbert Baumann - (unk6 at rz.uni-karlsruhe.de) as part of the Closure web - browser.
- Contributions to the parser by -

- + Closure XML was written + by Gilbert + Baumann as part of the Closure web browser and is now + maintained by + David Lichteblau. + It is licensed under Lisp-LGPL. +

CXML implements a -

- CXML is licensed under Lisp-LGPL. -

-

Send bug reports to cxml-devel@common-lisp.net @@ -48,15 +31,31 @@ information).

-

See also

+

Add-on features

- Relax NG validation is available as a separate - project: cxml-rng. + The following libraries are available as separate downloads: +

+

+ ⬗  + cxml-rng +    + Relax NG validation +

+

+ ⬗  + cxml-stp +    + STP, an alternative to DOM

Recent Changes

+

rel-2007-xx-yy

+

rel-2007-07-07