Skip to content

Commit

Permalink
Converted README to org-mode syntax
Browse files Browse the repository at this point in the history
Removed link to mailing list for reporting bugs.
  • Loading branch information
scymtym committed May 29, 2018
1 parent 83c111f commit 7897fb6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README

This file was deleted.

24 changes: 24 additions & 0 deletions README.org
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=).

0 comments on commit 7897fb6

Please sign in to comment.