I would like to beautify my HTML before it hits the user's browser. Is there any free or open source libraries that do this?
It's not easily usable from ASP.NET... the wrapper suggested by ars seems more suitable in that case
Thomas Levesque
2010-07-12 06:21:30
@Thomas: I'll upvote ars, then.
Steven Sudit
2010-07-12 12:22:14
+4
A:
You can do this using the Tidy.NET library. Here's a link to a page with some code and explanation:
ars
2010-07-12 04:15:46
Your link boils down to http://tidynet.sourceforge.net/, which does seem to be a different project than the one I linked to, although they clearly have common origins.
Steven Sudit
2010-07-12 04:20:37
Hi Steven, right -- it's a native implementation of the library you linked for .NET. The C# tag made me think that this implementation might be of use to the questioner.
ars
2010-07-12 05:10:17