Re: TIDY

On Thu, 22 Mar 2001, jyoti agrawal wrote:

> Hi,
> In my project I want to use Tidy to convert the data from
> HTML to XML so pl let me know from where I will
> get tidy.jar
> and the API about tidy (how to use it)
> I made a search on Google also

If you just want to convert HTML files to XML files, you can use the
-asxml option:

tidy -asxml -modify index.html

See http://www.w3.org/People/Raggett/tidy/ for more information on Tidy,
including the Java version which is called JTidy.

hope this helps,
-- 
Daniel Biddle <deltab@osian.net>

Received on Monday, 26 March 2001 19:43:54 UTC