Package: cl-s-xml (1:20080723-1) [universe]
Links for cl-s-xml
Ubuntu Resources:
Download Source Package s-xml:
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Common Lisp Team (Mail Archive)
- Luca Capello
- Peter Van Eynde
It should generally not be necessary for users to contact the original maintainer.
External Resources:
- Homepage [common-lisp.net]
Similar packages:
simple Common Lisp XML parser
S-XML is a Common Lisp implementation of a simple XML parser, with a SAX-like and DOM interface.
This XML parser implementation has the following features:
* It works (handling many common XML usages). * It is very small (the core is about 400 lines of code, including comments and whitespace). * It has a core API that is simple, efficient and pure functional, much like that from SSAX (see also http://ssax.sourceforge.net). * It supports different DOM models: an XSML-based one, an LXML-based one and a classic xml-element struct based one. * It is reasonably time and space efficient (internally avoiding garbage generation as much as possible).
This XML parser implementation has the following limitations:
* It does not support CDATA. * It does not support name spaces. * It does not support any special tags (like processing instructions). * It is not validating, even skips DTD's all together.
Other Packages Related to cl-s-xml
|
|
|
-
- dep: common-lisp-controller (>= 5.11)
- Common Lisp source and compiler manager
Download cl-s-xml
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 34.0 kB | 252.0 kB | [list of files] |