Alexander Riemer wrote: > does someone know a good HTML validator > for checking dynamically created HTML pages > with CSP?
I use <http://validator.w3.org/detailed.html>. I don't know what doctype (DTD) ISC follows, if any. I use XHTML 1.0 transitional, but only on what I code. No ISC-generated HTML except comments will pass as XHTML. > I would prefer a validator acting as a HTTP proxy. I haven't seen something like that. But if necessary, you can capture the source transmitted to the browser and submit that for checking.
