G
Gustaf
I've been searching the .NET Framework for a set of classes with which I
can output valid HTML 4.01 files, much like XmlTextWriter outputs valid
XML files. I found the HtmlTextWriter but it appears to be all about
generating HTML dynamically, which is not what I want.
Also, it would be nice if the writer class had methods targeted
*especially* for HTML markup (such as WriteStartList() or
WriteListItem()), while still allowing for your own markup too (as the
writer methods in XmlTextWriter). But maybe that's too much to ask. I
realize it would be a huge class if you'd have a method for every
element with a number of overrides for different sets of attributes. Has
anyone done some work on such a library?
Gustaf
can output valid HTML 4.01 files, much like XmlTextWriter outputs valid
XML files. I found the HtmlTextWriter but it appears to be all about
generating HTML dynamically, which is not what I want.
Also, it would be nice if the writer class had methods targeted
*especially* for HTML markup (such as WriteStartList() or
WriteListItem()), while still allowing for your own markup too (as the
writer methods in XmlTextWriter). But maybe that's too much to ask. I
realize it would be a huge class if you'd have a method for every
element with a number of overrides for different sets of attributes. Has
anyone done some work on such a library?
Gustaf