Is there a library or source code that’s GPL that can turn a SQL statement into beautified HTML?
I’d even settle for some PHP or Java code that I can port to .NET
Tried google, but couldn’t find any free sample code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Beautified HTML, similar to how stack overflow highlights code? I’ve used SyntakHighlighter a lot to beautify my code on pages. It’s javascript so it might not meet your requirements if you have to execute it server-side, but it’s certainly one of the more popular ways.
If you can’t run client-side then you could always follow their logic for highlighting SQL.