[plt-scheme] Scheme to my site

From: Robert Bruce Findler (robby at cs.uchicago.edu)
Date: Wed Feb 26 18:34:46 EST 2003

DrScheme also supports concrete XML syntax co-mingled with your program
text. The XML syntax turns into sexpressions, ala DrScheme's built in
xexpr grammar. There's more details in the DrScheme manual about how it
all works.

Robby

At Wed, 26 Feb 2003 17:16:08 -0500, "Neil W. Van Dyke" wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Alphonse PHILIPPE <a.philippe at wanadoo.fr> writes at 23:03 26-Feb-2003 +0100:
> > My question : is there a road from Scheme, passing through HTML (or XML),
> > and arriving to my personal site currently under construction ? If yes,
> > could someone give me the road map ?  Are there some tutorials, templates,
> > librairies, ... available ?
> 
> There are many XML tools for Scheme, but one of the best is Oleg
> Kiselyov's SSAX parser and tools based on the SXML format it emits:
> 
>     http://pobox.com/~oleg/ftp/Scheme/xml.html
>     http://pobox.com/~oleg/ftp/Scheme/SXML.html
> 
> You can use Oleg's and Kirill Lisovsky's SXPath and SXPointer
> implementations with SXML:
> 
>     http://www196.pair.com/lisovsky/sxml/sxpath/
> 
> If you have legacy HTML files, you may find HtmlPrag helpful for
> converting them to SXML:
> 
>     http://www.neilvandyke.org/htmlprag/
> 
> See also Jim Bender's WebIt tools (which I plan to try out soon):
> 
>     http://celtic.benderweb.net/webit/
> 
> All the above tools are available as ".plt" packages.
> 
> PLT also has a nice Web server framework, if your site has dynamic content.
> 
> -- 
>                                              http://www.neilvandyke.org/
> 



Posted on the users mailing list.