4

I'm having a hard time looking for an easy to understand instruction to download, set up and use this HTML Tidy by Dave Raggett.
Please help, I need this kind of tool that can almost perfectly scan html errors.
If there is a GUI version for the latest one, please share the link.

fiberOptics
  • 6,955
  • 25
  • 70
  • 105

2 Answers2

4
  1. Click the link to the downloads
  2. Pick binary executables
  3. select a version suitable for your edition of Windows
Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
  • Windows GUI version doesn't recognize some html tags like `
    `. What can you suggest? Thanks
    – fiberOptics Jul 24 '12 at 08:45
  • one last question, how can I use it in windows? Thanks – fiberOptics Jul 24 '12 at 08:55
  • Get the source. Get gmake. Try to build it. Patch it if you need to. (It is an experimental fork to add support for a draft spec, it is not a polished product). Alternatively, install Linux (even if only within a VM). – Quentin Jul 24 '12 at 08:56
  • Has anyone succeded building tidy for windows, especially as a library? – Lothar Aug 01 '13 at 14:40
2

A precompiled Windows binary for the experimental HTML5-fork can be found at http://tidybatchfiles.info/.

Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324