Re: MySQL bindings ?
Andreas Bernauer <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Hello Pupeno, Pupeno wrote: > I'm considering scsh and sunet to do some web developing, but I > can't find MySQL bindings for it. As far as I know, there are no MySQL bindings for scsh. However, there is a binding to ODBC, with which you should be able to connect to a MySQL server. As far as I know there are some things you have to do manually. See http://www.scsh.net/download/cvs.html how to get access to scsh-odbc. However, if you don't have to use MySQL and if I remember correctly, there are bindings to some other database, whose name I forgot. Eric (the author of scsh-odbc) may know more about this. > Another question I have is, can SSAX produce XHTML 1.0 ? Yes, it can. SSAX is more like a framework to produce HTML, XHTML, XML and the like. It has no checking, but just outputs what you ask it to output. You might have to change the output routines a bit to get XHTML. Greetings, Andreas.