<HTML><FONT FACE=arial,helvetica><HTML><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">WebIt! 2.0 is now available:<BR>
&nbsp;&nbsp;  http://celtic.benderweb.net/webit/<BR>
<BR>
WebIt! is a framework for manipulating XML in Scheme. The main <BR>
features of WebIt! are: an XML pattern matching system based on <BR>
that of Scheme's syntax-rules and syntax-case macro systems, and <BR>
a macro-style transformation system. An abstract data type<BR>
for manipulating the XML Infoset is also provided. (The concrete<BR>
representation of XML used by WebIt!, internally, is SXML.) Lastly, <BR>
an embedding in Scheme of Cascading Stylesheets (CSS) is provided.<BR>
<BR>
The WebIt! documentation is available online:<BR>
&nbsp;&nbsp;  http://celtic.benderweb.net/webit/manual/<BR>
<BR>
WebIt! requires PLT Scheme v206p1 or later (including v299.xxx).<BR>
<BR>
Changes in the WebIt! 2.0 release include:<BR>
- SXML is now used as the representation of XML used internally <BR>
&nbsp;  within WebIt!. This is change is made primarily to enable<BR>
&nbsp;  "interoperability" between WebIt! and the various SXML-related<BR>
&nbsp;  libraries, e.g. SSAX, SXPath, HtmlPrag. This replaces the use <BR>
&nbsp;  of structures&nbsp;  in earlier WebIt! releases.<BR>
- A new "by-example" style pattern matcher for XML, 'xml-match', <BR>
&nbsp;  is introduced. This is a considerable improvement on the old<BR>
&nbsp;  'xml-rules/xml-case' pattern matcher.<BR>
- Added a new module for syntax-coloring of Scheme code in HTML<BR>
&nbsp;  (scm-markup.ss).<BR>
<BR>
The changes compared to Release Candidate 2 are minor:<BR>
- simplification of the implementation of stylesheet<BR>
- nested xml-match/xml-match-let forms are now possible, due to <BR>
&nbsp;&nbsp;  the fix of a bug in the handling of ellipses<BR>
<BR>
WebIt! 2.0 is also available (for PLT v299.100) via PLaneT:<BR>
&nbsp;&nbsp;  (require (planet "xml.ss" ("jim" "webit.plt" 1 0)))<BR>
<BR>
Jim Bender<BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>