RE: api for tidy

To create xhtml from html (I think - correct me if I'm wrong):

TidyDoc tdoc=tidyCreate();
tidyOptSetBool(tdoc, TidyXhtmlOut, TRUE);

tidyParseFile(tdoc, "htmldoc.html");
tidyCleanAndRepair(tdoc);
tidySaveFile(tdoc, "xhtmldoc.html");


________________________________

From: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org] On Behalf
Of Semir Dzankovic
Sent: Sunday, February 15, 2004 4:02 PM
To: html-tidy@w3.org
Subject: api for tidy


hello,
my name is semir dzankovic and I am a student from Germany. I lam looking
for detailed informations to function of html-tidy. uses tidy the dom-api or
the sax-api for the generation of xhtml from html?  on the website
(tidy.sourceforge.net) of tidy I did not find the concrete details, which
can be the effect of my bad english.
perhaps you can give me some help.

thank you very much
               semir dzankovic

Received on Monday, 16 February 2004 15:08:26 UTC