program hello_tidy;
{$H+}
{$IFDEF WIN32}{$APPTYPE CONSOLE}{$ENDIF}

uses tidyobj;

var
  Tidy:tTidy;
  s:string;
begin
  Tidy:=tTidy.Create(nil);
  s := Tidy.ParseString('*** Hello World ***');
  WriteLn(s);
  Tidy.Free;
end.



Get CurlPas and TidyPas at SourceForge.net. Fast, secure and Free Open Source software downloads