Beautify HTML  
Author Message
Mario Maestro





PostPosted: 2004-8-7 19:42:00 Top

java-programmer, Beautify HTML Hi,

I need to beautify HTML files from within my web application. These
files come from an online editor that writes its output on a single line.

JTidy might be a solution, but there is no documentation and so it's
very hard to test it on the fly. After all, I don't need a complete
parser: a simple formatter/beautifier would be great. Does anyone know
of such a class? Arachnophilia does it, but it's not an API.

Thanks
Mario
 
Mario Maestro





PostPosted: 2004-8-14 7:32:00 Top

java-programmer >> Beautify HTML Using JTidy is straightforward even without documentation. But it
modifies the code, I need formatting only. Any suggestion?