use xmloutput to generate parse tree of input sql in a xml file, then you can open this file with browser.

Example:
c:\ xmloutput a.sql

this will generate a.sql.xml under same directory.

gudusoft.gsqlparser.dll shipped together with this demo is trial version, can only handle sql less thatn 1000 characters.

You can check source code of this demo under xmlouput directory.
