generate xml from ddl
401553Aug 21 2003 — edited Aug 21 2003I have a ddl file for database schema. It has nice comments for each table and field. I would like to display the ddl file into nice formated http page. To do that, I am thinking to convert ddl to xml and then to http.
Does anybody has experience of doing that?
Thanks