subclass catalog-parser from sax:default-handler, patch by Ivan Shvedunov
[cxml.git] / README
blob4fd622e7893a2e84ddde769f880d8dac7e24fa8d
2 Closure XML Parser
4    An XML parser written in Common Lisp.
6    Closure XML was written by Gilbert Baumann (unk6 at
7    rz.uni-karlsruhe.de) as part of the Closure web browser.
9    Contributions to the parser by
10      * Henrik Motakef (hmot at henrik-motakef.de)
11      * David Lichteblau (david@lichteblau.com)
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.
17    CXML is licensed under Lisp-LGPL.
19    Send bug reports to cxml-devel@common-lisp.net
20    (http://common-lisp.net/cgi-bin/mailman/listinfo/cxml-devel)
23 Documentation
25    Please refer to http://common-lisp.net/project/cxml/ for details.
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).