Re: HTML Tidy Indent Only option
"Eric Frost" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <F09A90A6071143C9BC4BF7B36F569CC6@Ericdell> |
Hello Eyal, I think the function you are referring to is "prettyprint". There are a number of source code formatters out there, take a look in Google. http://www.google.com/search?q=prettyprint+html I have used this in the past http://www.prettyprinter.de/ but it doesn't do html. Try this? http://www.animeigo.com/siphon/prettyprint.t Eric http://www.ericfrost.com From: Eyal Dagan Sent: Tuesday, August 05, 2008 2:32 AM To: [email protected] Subject: HTML Tidy Indent Only option Is there a way to run HTML Tidy to only indent the file but not to add/remove any other text ??? For example if Tidy assumes missing <DIV> , it would show up as an error but not affect the output?