forked from sharplispers/cxml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed link to mailing list for reporting bugs.
- Loading branch information
Showing
2 changed files
with
24 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
* Introduction | ||
|
||
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 | ||
* Henrik Motakef (hmot at henrik-motakef.de) | ||
* David Lichteblau ([email protected]) | ||
|
||
CXML implements a namespace-aware, validating XML 1.0 parser | ||
as well as the DOM Level 2 Core interfaces. Two parser interfaces | ||
are offered, one SAX-like, the other similar to StAX. | ||
|
||
CXML is licensed under Lisp-LGPL. | ||
|
||
* Documentation | ||
|
||
Please refer to http://common-lisp.net/project/cxml/ for details. | ||
|
||
The documentation is also available in the doc/ subdirectory of this | ||
source distribution, run =make= in that directory to build HTML | ||
for the XML sources (requires =xsltproc=). |