[plt-scheme] Scheme to my site
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/