| Jim Bender 2004-05-04, 3:57 pm |
| I wish to announce a new version of WebIt!, a package for creating and
transforming XML in Scheme.
WebIt! features an embedding of XML/HTML in Scheme ("RS-XML"), and an
embedding of CSS, and a system for transforming XML, based on a
by-example style reminiscent of Scheme's syntax-case macros.
Two add on packages provide a version of Oleg and Kirill's SXPath library
for use with WebIt!'s XML structures, and an instantiation of the SSAX
parser which produces WebIt! XML structures (instead of SXML).
Build 20040502 is primarily a minor bug fix release. However, the parser
package ("ssax-rsxml") now includes a few examples of transforming
"parsed XML" using WebIt!.
The software is available at http://celtic.benderweb.net/
WebIt! requires PLT Scheme v202 or later.
Finally, a new(ish) overview document describing WebIt! has been added
to the web site: http://celtic.benderweb.net/webit/docs/basics/
Jim Bender
|