Outdated egg!
This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.
If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.
HTMLPrag
A permissive HTML parser that generates SXML.
Usage
(require-extension htmlprag)
This extension provides the module htmlprag.
Documentation
See the official documentation for htmlprag.
The testsuite is disabled by default, but you can enable it by unpacking the egg and editing the source as described in the htmlprag documentation.
About this egg
Author
API
Version history
- 0.16.2
- object tags are non-empty (Peter Danenberg)
- 0.16
- sync with upstream 0.16, restrict exports (zb)
- 0.14
- initial import from upstream
License
Copyright (c) 2003 - 2005 Neil W. Van Dyke. This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See [[http://www.gnu.org/copyleft/lesser.html]] for details. For other license options and consulting, contact the author.