|
Revision 3082, 0.9 kB
(checked in by hans, 8 months ago)
|
update from git
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
Closure XML Parser |
|---|
| 3 |
|
|---|
| 4 |
An XML parser written in Common Lisp. |
|---|
| 5 |
|
|---|
| 6 |
Closure XML was written by Gilbert Baumann (unk6 at |
|---|
| 7 |
rz.uni-karlsruhe.de) as part of the Closure web browser. |
|---|
| 8 |
|
|---|
| 9 |
Contributions to the parser by |
|---|
| 10 |
* Henrik Motakef (hmot at henrik-motakef.de) |
|---|
| 11 |
* David Lichteblau (david@lichteblau.com) |
|---|
| 12 |
|
|---|
| 13 |
CXML implements a namespace-aware, validating XML 1.0 parser |
|---|
| 14 |
as well as the DOM Level 2 Core interfaces. Two parser interfaces |
|---|
| 15 |
are offered, one SAX-like, the other similar to StAX. |
|---|
| 16 |
|
|---|
| 17 |
CXML is licensed under Lisp-LGPL. |
|---|
| 18 |
|
|---|
| 19 |
Send bug reports to cxml-devel@common-lisp.net |
|---|
| 20 |
(http://common-lisp.net/cgi-bin/mailman/listinfo/cxml-devel) |
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
Documentation |
|---|
| 24 |
|
|---|
| 25 |
Please refer to http://common-lisp.net/project/cxml/ for details. |
|---|
| 26 |
|
|---|
| 27 |
The documentation is also available in the doc/ subdirectory of this |
|---|
| 28 |
source distribution, run `make' in that directory to build HTML |
|---|
| 29 |
for the XML sources (requires xsltproc). |
|---|