TCL help (or any language), write a program that converts TEXT to HTML

Associate
Joined
23 Nov 2004
Posts
314
TCL help, write a program that converts TEXT to HTML

Hi,

i know this is a long shot, but does anyone know by any chance how i can write in TCL script a program that converts a TEXT file input to a HTML output.

it can be very simple, i.e. i input "HELLO WORLD" and the TCL script converts it to a simple html page that has "<font color"red"><header>HELLO WORLD</header></font>"

please let me know, any help is greatly appreciated!

also if anyone know a simpler language than TCL i can do this in would be great too.

thanks!
 
Hi,

i know this is a long shot, but does anyone know by any chance how i can write in TCL script a program that converts a TEXT file input to a HTML output.

it can be very simple, i.e. i input "HELLO WORLD" and the TCL script converts it to a simple html page that has "<font color"red"><header>HELLO WORLD</header></font>"

please let me know, any help is greatly appreciated!

also if anyone know a simpler language than TCL i can do this in would be great too.

thanks!
 
Back
Top Bottom