F
Fred Mertz
So I have a non trivial ASP.NET 1.1 Web Application with custom controls
emitting HTML markup and good deal of static HTML in the aspx pages.
I'm wanting to make this thing fully XHTML 1.0 compliant.
My primary question is this: Can I reasonably migrate from HTML 4.0 to XHTML
1.0 *incrementally*??? Or would everything totally break.
To clarify, I want to put different pieces into production at different
times (for a bunch of logistical reasons). If I do this, then I'd have
rendered pages sent to the browser with a mix of HTML 4.x and XHTML
1.0-compliant markup.
My secondary question is this: What do I use for the DTD when I have this
mix going on?
Alternatively, is it such an incredibly terrible thing to migrate from HTML
4.0 to XHTML 1.0 incrementally - and I'd really really really be better off
migrating all in one shot?
Thanks for your time and consideration!
emitting HTML markup and good deal of static HTML in the aspx pages.
I'm wanting to make this thing fully XHTML 1.0 compliant.
My primary question is this: Can I reasonably migrate from HTML 4.0 to XHTML
1.0 *incrementally*??? Or would everything totally break.
To clarify, I want to put different pieces into production at different
times (for a bunch of logistical reasons). If I do this, then I'd have
rendered pages sent to the browser with a mix of HTML 4.x and XHTML
1.0-compliant markup.
My secondary question is this: What do I use for the DTD when I have this
mix going on?
Alternatively, is it such an incredibly terrible thing to migrate from HTML
4.0 to XHTML 1.0 incrementally - and I'd really really really be better off
migrating all in one shot?
Thanks for your time and consideration!