Web Hosting Talk







View Full Version : Markup code cleaning tool


netwiz
08-14-2006, 11:50 AM
Hi,

Do you know any tool / service throw which the XHTML/HTML markup could be cleaned up.

I know there are good validators : like W3C marketup validation service.
But what i want is some tool, in which i'll be able to give the html text. and this toold automagically cleans up, adds quotation marks etc. and should give a final code.

I remember there were few years back. now out of touch..! :-(


- netwiz.

wolle
08-14-2006, 01:37 PM
Tidy maybe? http://tidy.sourceforge.net/

If it is not the tool please explain what your input (eg: XML, XHTML, HTML, text...) and output (eg: Text, XHTML ...) should be

netwiz
08-15-2006, 12:08 PM
Thanks wolle.

Will test it and let you know.

What i am looking is i'm having lots of pages(in php) which is not well formated to XHTML standard.. want to achive the correct formatting easily...