[Zope] (Slightly off topic) SQL syntax to HTML

Joel Burton joel@joelburton.com
Wed, 25 Jun 2003 20:44:23 -0400


On Wed, Jun 25, 2003 at 11:37:42PM +0100, Peter Bengtsson wrote:
> Does anybody have or knows where I can find some module/function to 
> "pretty print" some SQL strings to HTML. Just like there's py2html, but 
> sql2html for python.
> 
> I'm asking the Zope people because in Zope you very often output HTML 
> and often use SQL.

I use vim for this. Any language that it can syntax-color (dozens upon
dozens) you can output to HTML.

- j.